| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventDataStoresResponse |
CloudTrailClient.listEventDataStores(Consumer<ListEventDataStoresRequest.Builder> listEventDataStoresRequest)
Returns information about all event data stores in the account, in the current region.
|
default ListEventDataStoresResponse |
CloudTrailClient.listEventDataStores(ListEventDataStoresRequest listEventDataStoresRequest)
Returns information about all event data stores in the account, in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventDataStoresResponse> |
CloudTrailAsyncClient.listEventDataStores(Consumer<ListEventDataStoresRequest.Builder> listEventDataStoresRequest)
Returns information about all event data stores in the account, in the current region.
|
default CompletableFuture<ListEventDataStoresResponse> |
CloudTrailAsyncClient.listEventDataStores(ListEventDataStoresRequest listEventDataStoresRequest)
Returns information about all event data stores in the account, in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventDataStoresResponse> |
ListEventDataStoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventDataStoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventDataStoresResponse> subscriber) |
Copyright © 2022. All rights reserved.