Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotPlacementScore |
SpotPlacementScore.clone() |
SpotPlacementScore |
SpotPlacementScore.withAvailabilityZoneId(String availabilityZoneId)
The Availability Zone.
|
SpotPlacementScore |
SpotPlacementScore.withRegion(String region)
The Region.
|
SpotPlacementScore |
SpotPlacementScore.withScore(Integer score)
The placement score, on a scale from
1 to 10 . |
Modifier and Type | Method and Description |
---|---|
List<SpotPlacementScore> |
GetSpotPlacementScoresResult.getSpotPlacementScores()
The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.
|
Modifier and Type | Method and Description |
---|---|
GetSpotPlacementScoresResult |
GetSpotPlacementScoresResult.withSpotPlacementScores(SpotPlacementScore... spotPlacementScores)
The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSpotPlacementScoresResult.setSpotPlacementScores(Collection<SpotPlacementScore> spotPlacementScores)
The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.
|
GetSpotPlacementScoresResult |
GetSpotPlacementScoresResult.withSpotPlacementScores(Collection<SpotPlacementScore> spotPlacementScores)
The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.
|
Copyright © 2024. All rights reserved.