| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
CloudTrailClient.addTags(AddTagsRequest addTagsRequest)
Adds one or more tags to a trail or event data store, up to a limit of 50.
|
default AddTagsResponse |
CloudTrailClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds one or more tags to a trail or event data store, up to a limit of 50.
|
default ListTagsResponse |
CloudTrailClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail or event data store in the current region.
|
default ListTagsResponse |
CloudTrailClient.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the trail or event data store in the current region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail or event data store in the current region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(ListTagsRequest listTagsRequest)
Lists the tags for the trail or event data store in the current region.
|
default RemoveTagsResponse |
CloudTrailClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified tags from a trail or event data store.
|
default RemoveTagsResponse |
CloudTrailClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail or event data store.
|
Copyright © 2023. All rights reserved.