default AddTagsResponse |
CloudTrailClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) |
Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.
|
default AddTagsResponse |
CloudTrailClient.addTags(AddTagsRequest addTagsRequest) |
Adds one or more tags to a trail, event data store, or channel, up to a limit of 50.
|
default DeleteResourcePolicyResponse |
CloudTrailClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes the resource-based policy attached to the CloudTrail channel.
|
default DeleteResourcePolicyResponse |
CloudTrailClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes the resource-based policy attached to the CloudTrail channel.
|
default GetResourcePolicyResponse |
CloudTrailClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) |
Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.
|
default GetResourcePolicyResponse |
CloudTrailClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) |
Retrieves the JSON text of the resource-based policy document attached to the CloudTrail channel.
|
default ListTagsResponse |
CloudTrailClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest) |
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsResponse |
CloudTrailClient.listTags(ListTagsRequest listTagsRequest) |
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest) |
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(ListTagsRequest listTagsRequest) |
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default PutResourcePolicyResponse |
CloudTrailClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Attaches a resource-based permission policy to a CloudTrail channel that is used for an integration with an event
source outside of Amazon Web Services.
|
default PutResourcePolicyResponse |
CloudTrailClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Attaches a resource-based permission policy to a CloudTrail channel that is used for an integration with an event
source outside of Amazon Web Services.
|
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.
|