Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification
Packages that use LaunchSpecification
Package
Description
-
Uses of LaunchSpecification in org.jclouds.aws.ec2.binders
Methods in org.jclouds.aws.ec2.binders with parameters of type LaunchSpecificationModifier and TypeMethodDescriptionBindLaunchSpecificationToFormParams.apply
(LaunchSpecification launchSpec) -
Uses of LaunchSpecification in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return LaunchSpecificationModifier and TypeMethodDescriptionLaunchSpecification.Builder.build()
SpotInstanceRequest.getLaunchSpecification()
Methods in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecificationModifier and TypeMethodDescriptionstatic LaunchSpecification.Builder
LaunchSpecification.Builder.fromLaunchSpecification
(LaunchSpecification in) SpotInstanceRequest.Builder.launchSpecification
(LaunchSpecification launchSpecification) Constructors in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecificationModifierConstructorDescriptionSpotInstanceRequest
(String region, String availabilityZoneGroup, String launchedAvailabilityZone, Date createTime, String faultCode, String faultMessage, String instanceId, String launchGroup, LaunchSpecification launchSpecification, String productDescription, String id, float spotPrice, SpotInstanceRequest.State state, String rawState, SpotInstanceRequest.Type type, Date validFrom, Date validUntil, String statusCode, String statusMessage, Date statusUpdateTime, Map<String, String> tags) -
Uses of LaunchSpecification in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type LaunchSpecificationModifier and TypeMethodDescriptionSpotInstanceApi.requestSpotInstancesInRegion
(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options) Creates a Spot Instance request. -
Uses of LaunchSpecification in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return LaunchSpecification