Uses of Class
software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse
-
Packages that use GetSpotPlacementScoresResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetSpotPlacementScoresResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetSpotPlacementScoresResponse Modifier and Type Method Description default GetSpotPlacementScoresResponseEc2Client. 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 GetSpotPlacementScoresResponseEc2Client. getSpotPlacementScores(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetSpotPlacementScoresResponse Modifier and Type Method 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. -
Uses of GetSpotPlacementScoresResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetSpotPlacementScoresResponse Modifier and Type Method Description Iterator<GetSpotPlacementScoresResponse>GetSpotPlacementScoresIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetSpotPlacementScoresResponse Modifier and Type Method Description voidGetSpotPlacementScoresPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSpotPlacementScoresResponse> subscriber)
-