Uses of Class
software.amazon.awssdk.services.ec2.model.SpotFleetLaunchSpecification
-
Packages that use SpotFleetLaunchSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
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 SpotFleetLaunchSpecification Modifier and Type Method Description List<SpotFleetLaunchSpecification>SpotFleetRequestConfigData. launchSpecifications()The launch specifications for the Spot Fleet request.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotFleetLaunchSpecification Modifier and Type Method Description SpotFleetRequestConfigData.BuilderSpotFleetRequestConfigData.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 SpotFleetLaunchSpecification Modifier and Type Method Description SpotFleetRequestConfigData.BuilderSpotFleetRequestConfigData.Builder. launchSpecifications(Collection<SpotFleetLaunchSpecification> launchSpecifications)The launch specifications for the Spot Fleet request.
-