| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsResponse |
CloudTrailClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from a trail, event data store, or channel.
|
default RemoveTagsResponse |
CloudTrailClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail, event data store, or channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTagsResponse> |
CloudTrailAsyncClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from a trail, event data store, or channel.
|
default CompletableFuture<RemoveTagsResponse> |
CloudTrailAsyncClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail, event data store, or channel.
|
Copyright © 2023. All rights reserved.