Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<GetSpotPlacementScoresResult> |
AbstractAmazonEC2Async.getSpotPlacementScoresAsync(GetSpotPlacementScoresRequest request,
AsyncHandler<GetSpotPlacementScoresRequest,GetSpotPlacementScoresResult> asyncHandler) |
Future<GetSpotPlacementScoresResult> |
AmazonEC2Async.getSpotPlacementScoresAsync(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest,
AsyncHandler<GetSpotPlacementScoresRequest,GetSpotPlacementScoresResult> asyncHandler)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
Future<GetSpotPlacementScoresResult> |
AmazonEC2AsyncClient.getSpotPlacementScoresAsync(GetSpotPlacementScoresRequest request,
AsyncHandler<GetSpotPlacementScoresRequest,GetSpotPlacementScoresResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.clone() |
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withInstanceRequirementsWithMetadata(InstanceRequirementsWithMetadataRequest instanceRequirementsWithMetadata)
The attributes for the instance types.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withInstanceTypes(Collection<String> instanceTypes)
The instance types.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withInstanceTypes(String... instanceTypes)
The instance types.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withNextToken(String nextToken)
The token for the next set of results.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withRegionNames(Collection<String> regionNames)
The Regions used to narrow down the list of Regions to be scored.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withRegionNames(String... regionNames)
The Regions used to narrow down the list of Regions to be scored.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withSingleAvailabilityZone(Boolean singleAvailabilityZone)
Specify
true so that the response returns a list of scored Availability Zones. |
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withTargetCapacity(Integer targetCapacity)
The target capacity.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withTargetCapacityUnitType(String targetCapacityUnitType)
The unit for the target capacity.
|
GetSpotPlacementScoresRequest |
GetSpotPlacementScoresRequest.withTargetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
Modifier and Type | Method and Description |
---|---|
Request<GetSpotPlacementScoresRequest> |
GetSpotPlacementScoresRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.