| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ListEventDataStoresResult |
AWSCloudTrailClient.listEventDataStores(ListEventDataStoresRequest request)
Returns information about all event data stores in the account, in the current Region.
|
ListEventDataStoresResult |
AWSCloudTrail.listEventDataStores(ListEventDataStoresRequest listEventDataStoresRequest)
Returns information about all event data stores in the account, in the current Region.
|
ListEventDataStoresResult |
AbstractAWSCloudTrail.listEventDataStores(ListEventDataStoresRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventDataStoresResult> |
AWSCloudTrailAsyncClient.listEventDataStoresAsync(ListEventDataStoresRequest request,
AsyncHandler<ListEventDataStoresRequest,ListEventDataStoresResult> asyncHandler) |
Future<ListEventDataStoresResult> |
AWSCloudTrailAsync.listEventDataStoresAsync(ListEventDataStoresRequest listEventDataStoresRequest,
AsyncHandler<ListEventDataStoresRequest,ListEventDataStoresResult> asyncHandler)
Returns information about all event data stores in the account, in the current Region.
|
Future<ListEventDataStoresResult> |
AbstractAWSCloudTrailAsync.listEventDataStoresAsync(ListEventDataStoresRequest request,
AsyncHandler<ListEventDataStoresRequest,ListEventDataStoresResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventDataStoresResult |
ListEventDataStoresResult.clone() |
ListEventDataStoresResult |
ListEventDataStoresResult.withEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current Region.
|
ListEventDataStoresResult |
ListEventDataStoresResult.withEventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current Region.
|
ListEventDataStoresResult |
ListEventDataStoresResult.withNextToken(String nextToken)
A token you can use to get the next page of results.
|
Copyright © 2024. All rights reserved.