Uses of Class
software.amazon.awssdk.services.ec2.model.SpotPlacementScore
Packages that use SpotPlacementScore
Package
Description
-
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 SpotPlacementScoreModifier and TypeMethodDescriptionfinal 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 SpotPlacementScoreModifier and TypeMethodDescriptionGetSpotPlacementScoresResponse.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 SpotPlacementScoreModifier and TypeMethodDescriptionGetSpotPlacementScoresResponse.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 SpotPlacementScoreModifier and TypeMethodDescriptionfinal SdkIterable<SpotPlacementScore>GetSpotPlacementScoresIterable.spotPlacementScores()Returns an iterable to iterate through the paginatedGetSpotPlacementScoresResponse.spotPlacementScores()member.final SdkPublisher<SpotPlacementScore>GetSpotPlacementScoresPublisher.spotPlacementScores()Returns a publisher that can be used to get a stream of data.