Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesPlacement
Packages that use ScheduledInstancesPlacement
-
Uses of ScheduledInstancesPlacement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesPlacementModifier and TypeMethodDescriptionScheduledInstancesPlacement.clone()
ScheduledInstancesLaunchSpecification.getPlacement()
The placement information.ScheduledInstancesPlacement.withAvailabilityZone
(String availabilityZone) The Availability Zone.ScheduledInstancesPlacement.withGroupName
(String groupName) The name of the placement group.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesPlacementModifier and TypeMethodDescriptionvoid
ScheduledInstancesLaunchSpecification.setPlacement
(ScheduledInstancesPlacement placement) The placement information.ScheduledInstancesLaunchSpecification.withPlacement
(ScheduledInstancesPlacement placement) The placement information.