| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTagsResponse |
Ec2Client.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
default CreateTagsResponse |
Ec2Client.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTagsResponse> |
Ec2AsyncClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTagsResponse> |
Ec2AsyncClient.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
Copyright © 2021. All rights reserved.