Uses of Class
com.amazonaws.services.ec2.model.SpotPlacement
-
Packages that use SpotPlacement Package Description com.amazonaws.services.ec2.model -
-
Uses of SpotPlacement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotPlacement Modifier and Type Method Description SpotPlacementSpotPlacement. clone()SpotPlacementLaunchSpecification. getPlacement()The placement information for the instance.SpotPlacementSpotFleetLaunchSpecification. getPlacement()The placement information.SpotPlacementSpotPlacement. withAvailabilityZone(String availabilityZone)The Availability Zone.SpotPlacementSpotPlacement. withGroupName(String groupName)The name of the placement group (for cluster instances).Methods in com.amazonaws.services.ec2.model with parameters of type SpotPlacement Modifier and Type Method Description voidLaunchSpecification. setPlacement(SpotPlacement placement)The placement information for the instance.voidSpotFleetLaunchSpecification. setPlacement(SpotPlacement placement)The placement information.LaunchSpecificationLaunchSpecification. withPlacement(SpotPlacement placement)The placement information for the instance.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. withPlacement(SpotPlacement placement)The placement information.
-