| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| 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 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 GetSpotPlacementScoresPublisher |
Ec2AsyncClient.getSpotPlacementScoresPaginator(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 GetSpotPlacementScoresIterable |
Ec2Client.getSpotPlacementScoresPaginator(Consumer<GetSpotPlacementScoresRequest.Builder> 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 |
|---|---|
static GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.builder() |
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
default GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.instanceRequirementsWithMetadata(Consumer<InstanceRequirementsWithMetadataRequest.Builder> instanceRequirementsWithMetadata)
The attributes for the instance types.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.instanceRequirementsWithMetadata(InstanceRequirementsWithMetadataRequest instanceRequirementsWithMetadata)
The attributes for the instance types.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.instanceTypes(Collection<String> instanceTypes)
The instance types.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.instanceTypes(String... instanceTypes)
The instance types.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.nextToken(String nextToken)
The token returned from a previous paginated request.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.regionNames(Collection<String> regionNames)
The Regions used to narrow down the list of Regions to be scored.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.regionNames(String... regionNames)
The Regions used to narrow down the list of Regions to be scored.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.singleAvailabilityZone(Boolean singleAvailabilityZone)
Specify
true so that the response returns a list of scored Availability Zones. |
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.targetCapacity(Integer targetCapacity)
The target capacity.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.targetCapacityUnitType(String targetCapacityUnitType)
The unit for the target capacity.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
GetSpotPlacementScoresRequest.Builder |
GetSpotPlacementScoresRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSpotPlacementScoresRequest.Builder> |
GetSpotPlacementScoresRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.