Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateTagSpecification
-
Packages that use LaunchTemplateTagSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
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 LaunchTemplateTagSpecification Modifier and Type Method Description List<LaunchTemplateTagSpecification>ResponseLaunchTemplateData. 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 LaunchTemplateTagSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.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 LaunchTemplateTagSpecification Modifier and Type Method Description ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. tagSpecifications(Collection<LaunchTemplateTagSpecification> tagSpecifications)The tags that are applied to the resources that are created during instance launch.
-