Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SpotPlacement |
SpotFleetLaunchSpecification.placement
The placement information.
|
private SpotPlacement |
LaunchSpecification.placement
The placement information for the instance.
|
Modifier and Type | Method and Description |
---|---|
SpotPlacement |
SpotPlacement.clone() |
SpotPlacement |
SpotFleetLaunchSpecification.getPlacement()
The placement information.
|
SpotPlacement |
LaunchSpecification.getPlacement()
The placement information for the instance.
|
SpotPlacement |
SpotPlacement.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone.
|
SpotPlacement |
SpotPlacement.withGroupName(java.lang.String groupName)
The name of the placement group (for cluster instances).
|
Modifier and Type | Method and Description |
---|---|
void |
SpotFleetLaunchSpecification.setPlacement(SpotPlacement placement)
The placement information.
|
void |
LaunchSpecification.setPlacement(SpotPlacement placement)
The placement information for the instance.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withPlacement(SpotPlacement placement)
The placement information.
|
LaunchSpecification |
LaunchSpecification.withPlacement(SpotPlacement placement)
The placement information for the instance.
|
Modifier and Type | Method and Description |
---|---|
SpotPlacement |
SpotPlacementStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |