Uses of Class
com.amazonaws.services.ec2.model.SpotPlacement
Packages that use SpotPlacement
-
Uses of SpotPlacement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotPlacementModifier and TypeMethodDescriptionSpotPlacement.clone()LaunchSpecification.getPlacement()The placement information for the instance.SpotFleetLaunchSpecification.getPlacement()The placement information.SpotPlacement.withAvailabilityZone(String availabilityZone) The Availability Zone.SpotPlacement.withGroupName(String groupName) The name of the placement group (for cluster instances).Methods in com.amazonaws.services.ec2.model with parameters of type SpotPlacementModifier and TypeMethodDescriptionvoidLaunchSpecification.setPlacement(SpotPlacement placement) The placement information for the instance.voidSpotFleetLaunchSpecification.setPlacement(SpotPlacement placement) The placement information.LaunchSpecification.withPlacement(SpotPlacement placement) The placement information for the instance.SpotFleetLaunchSpecification.withPlacement(SpotPlacement placement) The placement information.