| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTagsResponse |
Ec2Client.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default DeleteTagsResponse |
Ec2Client.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteTagsResponse> |
Ec2AsyncClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default CompletableFuture<DeleteTagsResponse> |
Ec2AsyncClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
Copyright © 2021. All rights reserved.