| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEventDataStoreResponse> |
CloudTrailAsyncClient.getEventDataStore(Consumer<GetEventDataStoreRequest.Builder> getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
default GetEventDataStoreResponse |
CloudTrailClient.getEventDataStore(Consumer<GetEventDataStoreRequest.Builder> getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEventDataStoreRequest.Builder |
GetEventDataStoreRequest.builder() |
GetEventDataStoreRequest.Builder |
GetEventDataStoreRequest.Builder.eventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store about which you want information.
|
GetEventDataStoreRequest.Builder |
GetEventDataStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventDataStoreRequest.Builder |
GetEventDataStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventDataStoreRequest.Builder |
GetEventDataStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventDataStoreRequest.Builder> |
GetEventDataStoreRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.