| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
CloudTrailAsyncClient.listTags(Consumer<ListTagsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTagsResponse> |
ListTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.