| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators | |
| software.amazon.awssdk.services.cloudtrail.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsResponse |
CloudTrailClient.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
default CompletableFuture<ListTagsResponse> |
CloudTrailAsyncClient.listTags(ListTagsRequest 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 ListTagsPublisher |
CloudTrailAsyncClient.listTagsPaginator(ListTagsRequest listTagsRequest)
Lists the tags for the specified trails, event data stores, or channels in the current Region.
|
| Constructor and Description |
|---|
ListTagsIterable(CloudTrailClient client,
ListTagsRequest firstRequest) |
ListTagsPublisher(CloudTrailAsyncClient client,
ListTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTagsRequestMarshaller.marshall(ListTagsRequest listTagsRequest) |
Copyright © 2023. All rights reserved.