| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.clone() |
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.withResourceType(ResourceType resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.withResourceType(String resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.withTags(Collection<Tag> tags)
The tags for the resource.
|
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.withTags(Tag... tags)
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchTemplateTagSpecification> |
ResponseLaunchTemplateData.getTagSpecifications()
The tags that are applied to the resources that are created during instance launch.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withTagSpecifications(LaunchTemplateTagSpecification... tagSpecifications)
The tags that are applied to the resources that are created during instance launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseLaunchTemplateData.setTagSpecifications(Collection<LaunchTemplateTagSpecification> tagSpecifications)
The tags that are applied to the resources that are created during instance launch.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withTagSpecifications(Collection<LaunchTemplateTagSpecification> tagSpecifications)
The tags that are applied to the resources that are created during instance launch.
|
Copyright © 2025. All rights reserved.