| 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.
|
LaunchTemplateTagSpecification |
LaunchTemplateTagSpecification.withResourceType(String resourceType)
The type of resource.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withTagSpecifications(LaunchTemplateTagSpecification... tagSpecifications)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseLaunchTemplateData.setTagSpecifications(Collection<LaunchTemplateTagSpecification> tagSpecifications)
The tags.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withTagSpecifications(Collection<LaunchTemplateTagSpecification> tagSpecifications)
The tags.
|
Copyright © 2020. All rights reserved.