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