Uses of Class
software.amazon.awssdk.services.ec2.model.SpotFleetLaunchSpecification
Packages that use SpotFleetLaunchSpecification
-
Uses of SpotFleetLaunchSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotFleetLaunchSpecificationModifier and TypeMethodDescriptionfinal List<SpotFleetLaunchSpecification>SpotFleetRequestConfigData.launchSpecifications()The launch specifications for the Spot Fleet request.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotFleetLaunchSpecificationModifier and TypeMethodDescriptionSpotFleetRequestConfigData.Builder.launchSpecifications(SpotFleetLaunchSpecification... launchSpecifications) The launch specifications for the Spot Fleet request.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotFleetLaunchSpecificationModifier and TypeMethodDescriptionSpotFleetRequestConfigData.Builder.launchSpecifications(Collection<SpotFleetLaunchSpecification> launchSpecifications) The launch specifications for the Spot Fleet request.