| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
CloudTrailAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists the tags for the trail or event data store in the current region.
|
default CompletableFuture<ListTagsResponse> |
CloudTrailAsyncClient.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the trail or event data store 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.