Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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).
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.