| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.builder() |
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.Builder.resourceType(ResourceType resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.Builder.resourceType(String resourceType)
The type of resource to tag.
|
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource.
|
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource.
|
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.Builder.tags(Tag... tags)
The tags to apply to the resource.
|
LaunchTemplateTagSpecificationRequest.Builder |
LaunchTemplateTagSpecificationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchTemplateTagSpecificationRequest.Builder> |
LaunchTemplateTagSpecificationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.