| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SpotPlacementScore> |
GetSpotPlacementScoresResponse.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 |
|---|---|
GetSpotPlacementScoresResponse.Builder |
GetSpotPlacementScoresResponse.Builder.spotPlacementScores(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 |
|---|---|
GetSpotPlacementScoresResponse.Builder |
GetSpotPlacementScoresResponse.Builder.spotPlacementScores(Collection<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 |
|---|---|
SdkIterable<SpotPlacementScore> |
GetSpotPlacementScoresIterable.spotPlacementScores()
Returns an iterable to iterate through the paginated
GetSpotPlacementScoresResponse.spotPlacementScores()
member. |
SdkPublisher<SpotPlacementScore> |
GetSpotPlacementScoresPublisher.spotPlacementScores()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.