Uses of Class
software.amazon.awssdk.services.ec2.model.SpotFleetTagSpecification
Packages that use SpotFleetTagSpecification
-
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 SpotFleetTagSpecificationModifier and TypeMethodDescriptionfinal List<SpotFleetTagSpecification>SpotFleetLaunchSpecification.tagSpecifications()The tags to apply during creation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotFleetTagSpecificationModifier and TypeMethodDescriptionSpotFleetLaunchSpecification.Builder.tagSpecifications(SpotFleetTagSpecification... tagSpecifications) The tags to apply during creation.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotFleetTagSpecificationModifier and TypeMethodDescriptionSpotFleetLaunchSpecification.Builder.tagSpecifications(Collection<SpotFleetTagSpecification> tagSpecifications) The tags to apply during creation.