Uses of Class
software.amazon.awssdk.services.ec2.model.SpotFleetTagSpecification
-
Packages that use SpotFleetTagSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotFleetTagSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotFleetTagSpecification Modifier and Type Method Description List<SpotFleetTagSpecification>SpotFleetLaunchSpecification. tagSpecifications()The tags to apply during creation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotFleetTagSpecification Modifier and Type Method Description SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. tagSpecifications(SpotFleetTagSpecification... tagSpecifications)The tags to apply during creation.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotFleetTagSpecification Modifier and Type Method Description SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. tagSpecifications(Collection<SpotFleetTagSpecification> tagSpecifications)The tags to apply during creation.
-