| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteEventDataStoreResponse |
CloudTrailClient.deleteEventDataStore(Consumer<DeleteEventDataStoreRequest.Builder> deleteEventDataStoreRequest)
Disables the event data store specified by
EventDataStore, which accepts an event data store ARN. |
default CompletableFuture<DeleteEventDataStoreResponse> |
CloudTrailAsyncClient.deleteEventDataStore(Consumer<DeleteEventDataStoreRequest.Builder> deleteEventDataStoreRequest)
Disables the event data store specified by
EventDataStore, which accepts an event data store ARN. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEventDataStoreRequest.Builder |
DeleteEventDataStoreRequest.builder() |
DeleteEventDataStoreRequest.Builder |
DeleteEventDataStoreRequest.Builder.eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of the event data store to delete.
|
DeleteEventDataStoreRequest.Builder |
DeleteEventDataStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEventDataStoreRequest.Builder |
DeleteEventDataStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteEventDataStoreRequest.Builder |
DeleteEventDataStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteEventDataStoreRequest.Builder> |
DeleteEventDataStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.