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 ScheduledInstancesPlacementScheduledInstancesPlacement. clone()ScheduledInstancesPlacementScheduledInstancesLaunchSpecification. getPlacement()The placement information.ScheduledInstancesPlacementScheduledInstancesPlacement. withAvailabilityZone(String availabilityZone)The Availability Zone.ScheduledInstancesPlacementScheduledInstancesPlacement. 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 voidScheduledInstancesLaunchSpecification. setPlacement(ScheduledInstancesPlacement placement)The placement information.ScheduledInstancesLaunchSpecificationScheduledInstancesLaunchSpecification. withPlacement(ScheduledInstancesPlacement placement)The placement information.
-