| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default GetEventDataStoreResponse |
CloudTrailClient.getEventDataStore(GetEventDataStoreRequest 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 |
|---|---|
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 CompletableFuture<GetEventDataStoreResponse> |
CloudTrailAsyncClient.getEventDataStore(GetEventDataStoreRequest getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
Copyright © 2022. All rights reserved.