| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetSpotPlacementScoresResponse |
Ec2Client.getSpotPlacementScores(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
default CompletableFuture<GetSpotPlacementScoresResponse> |
Ec2AsyncClient.getSpotPlacementScores(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
default GetSpotPlacementScoresIterable |
Ec2Client.getSpotPlacementScoresPaginator(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
default GetSpotPlacementScoresPublisher |
Ec2AsyncClient.getSpotPlacementScoresPaginator(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
| Constructor and Description |
|---|
GetSpotPlacementScoresIterable(Ec2Client client,
GetSpotPlacementScoresRequest firstRequest) |
GetSpotPlacementScoresPublisher(Ec2AsyncClient client,
GetSpotPlacementScoresRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetSpotPlacementScoresRequestMarshaller.marshall(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest) |
Copyright © 2021. All rights reserved.