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 SpotPlacement
SpotPlacement. clone()
SpotPlacement
LaunchSpecification. getPlacement()
The placement information for the instance.SpotPlacement
SpotFleetLaunchSpecification. getPlacement()
The placement information.SpotPlacement
SpotPlacement. withAvailabilityZone(String availabilityZone)
The Availability Zone.SpotPlacement
SpotPlacement. 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 void
LaunchSpecification. setPlacement(SpotPlacement placement)
The placement information for the instance.void
SpotFleetLaunchSpecification. setPlacement(SpotPlacement placement)
The placement information.LaunchSpecification
LaunchSpecification. withPlacement(SpotPlacement placement)
The placement information for the instance.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withPlacement(SpotPlacement placement)
The placement information.
-