Uses of Class
software.amazon.awssdk.services.ec2.model.SpotPlacement
-
Packages that use SpotPlacement Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotPlacement in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotPlacement Modifier and Type Method Description SpotPlacementLaunchSpecification. placement()The placement information for the instance.SpotPlacementRequestSpotLaunchSpecification. placement()The placement information for the instance.SpotPlacementSpotFleetLaunchSpecification. placement()The placement information.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotPlacement Modifier and Type Method Description LaunchSpecification.BuilderLaunchSpecification.Builder. placement(SpotPlacement placement)The placement information for the instance.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. placement(SpotPlacement placement)The placement information for the instance.SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. placement(SpotPlacement placement)The placement information.
-