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