| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateTagsResponse |
EC2Client.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
|
default CreateTagsResponse |
EC2Client.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more 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 one or more tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTagsResponse> |
EC2AsyncClient.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTagsResponse |
CreateTagsResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.