Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateTagSpecificationRequest
Packages that use LaunchTemplateTagSpecificationRequest
-
Uses of LaunchTemplateTagSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateTagSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.tagSpecifications()The tags to apply to the resources that are created during instance launch.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateTagSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.tagSpecifications(LaunchTemplateTagSpecificationRequest... tagSpecifications) The tags to apply to the resources that are created during instance launch.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateTagSpecificationRequestModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.tagSpecifications(Collection<LaunchTemplateTagSpecificationRequest> tagSpecifications) The tags to apply to the resources that are created during instance launch.