| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSpotPlacementScoresResponse |
Ec2Client.getSpotPlacementScores(Consumer<GetSpotPlacementScoresRequest.Builder> getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSpotPlacementScoresResponse> |
Ec2AsyncClient.getSpotPlacementScores(Consumer<GetSpotPlacementScoresRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSpotPlacementScoresResponse> |
GetSpotPlacementScoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSpotPlacementScoresPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSpotPlacementScoresResponse> subscriber) |
Copyright © 2021. All rights reserved.