Uses of Class
software.amazon.awssdk.services.ec2.model.SpotPlacement
Packages that use SpotPlacement
-
Uses of SpotPlacement in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotPlacementModifier and TypeMethodDescriptionfinal SpotPlacementLaunchSpecification.placement()The placement information for the instance.final SpotPlacementRequestSpotLaunchSpecification.placement()The placement information for the instance.final SpotPlacementSpotFleetLaunchSpecification.placement()The placement information.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotPlacementModifier and TypeMethodDescriptionLaunchSpecification.Builder.placement(SpotPlacement placement) The placement information for the instance.RequestSpotLaunchSpecification.Builder.placement(SpotPlacement placement) The placement information for the instance.SpotFleetLaunchSpecification.Builder.placement(SpotPlacement placement) The placement information.