Uses of Class
software.amazon.awssdk.services.ec2.model.SpotPlacementScore
-
Packages that use SpotPlacementScore Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SpotPlacementScore in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotPlacementScore Modifier and Type Method Description List<SpotPlacementScore>GetSpotPlacementScoresResponse. spotPlacementScores()The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotPlacementScore Modifier and Type Method Description GetSpotPlacementScoresResponse.BuilderGetSpotPlacementScoresResponse.Builder. spotPlacementScores(SpotPlacementScore... spotPlacementScores)The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotPlacementScore Modifier and Type Method Description GetSpotPlacementScoresResponse.BuilderGetSpotPlacementScoresResponse.Builder. spotPlacementScores(Collection<SpotPlacementScore> spotPlacementScores)The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10. -
Uses of SpotPlacementScore in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SpotPlacementScore Modifier and Type Method Description SdkIterable<SpotPlacementScore>GetSpotPlacementScoresIterable. spotPlacementScores()Returns an iterable to iterate through the paginatedGetSpotPlacementScoresResponse.spotPlacementScores()member.SdkPublisher<SpotPlacementScore>GetSpotPlacementScoresPublisher. spotPlacementScores()Returns a publisher that can be used to get a stream of data.
-