| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
CloudTrailAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail in the current region.
|
default ListTagsResponse |
CloudTrailClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail in the current region.
|
default ListTagsPublisher |
CloudTrailAsyncClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail in the current region.
|
default ListTagsIterable |
CloudTrailClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsRequest.Builder |
ListTagsRequest.builder() |
ListTagsRequest.Builder |
ListTagsRequest.Builder.nextToken(String nextToken)
Reserved for future use.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.resourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.resourceIdList(String... resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
ListTagsRequest.Builder |
ListTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsRequest.Builder> |
ListTagsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.