| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreResult |
AWSCloudTrailClient.getEventDataStore(GetEventDataStoreRequest request)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
GetEventDataStoreResult |
AWSCloudTrail.getEventDataStore(GetEventDataStoreRequest getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
GetEventDataStoreResult |
AbstractAWSCloudTrail.getEventDataStore(GetEventDataStoreRequest request) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsyncClient.getEventDataStoreAsync(GetEventDataStoreRequest request) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
Future<GetEventDataStoreResult> |
AbstractAWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest request) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsyncClient.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest getEventDataStoreRequest,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
Future<GetEventDataStoreResult> |
AbstractAWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventDataStoreResult> |
AWSCloudTrailAsyncClient.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest getEventDataStoreRequest,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
Future<GetEventDataStoreResult> |
AbstractAWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreRequest |
GetEventDataStoreRequest.clone() |
GetEventDataStoreRequest |
GetEventDataStoreRequest.withEventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store about which you want information.
|
Copyright © 2024. All rights reserved.