| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateTagSpecificationRequest |
LaunchTemplateTagSpecificationRequest.clone() |
LaunchTemplateTagSpecificationRequest |
LaunchTemplateTagSpecificationRequest.withResourceType(ResourceType resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecificationRequest |
LaunchTemplateTagSpecificationRequest.withResourceType(String resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecificationRequest |
LaunchTemplateTagSpecificationRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource.
|
LaunchTemplateTagSpecificationRequest |
LaunchTemplateTagSpecificationRequest.withTags(Tag... tags)
The tags to apply to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchTemplateTagSpecificationRequest> |
RequestLaunchTemplateData.getTagSpecifications()
The tags to apply to the resources during launch.
|
| Modifier and Type | Method and Description |
|---|---|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withTagSpecifications(LaunchTemplateTagSpecificationRequest... tagSpecifications)
The tags to apply to the resources during launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestLaunchTemplateData.setTagSpecifications(Collection<LaunchTemplateTagSpecificationRequest> tagSpecifications)
The tags to apply to the resources during launch.
|
RequestLaunchTemplateData |
RequestLaunchTemplateData.withTagSpecifications(Collection<LaunchTemplateTagSpecificationRequest> tagSpecifications)
The tags to apply to the resources during launch.
|
Copyright © 2018. All rights reserved.