Uses of Class
software.amazon.awssdk.services.cloudtrail.model.DeleteEventDataStoreResponse
-
Packages that use DeleteEventDataStoreResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of DeleteEventDataStoreResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return DeleteEventDataStoreResponse Modifier and Type Method Description default DeleteEventDataStoreResponseCloudTrailClient. deleteEventDataStore(Consumer<DeleteEventDataStoreRequest.Builder> deleteEventDataStoreRequest)Disables the event data store specified byEventDataStore, which accepts an event data store ARN.default DeleteEventDataStoreResponseCloudTrailClient. deleteEventDataStore(DeleteEventDataStoreRequest deleteEventDataStoreRequest)Disables the event data store specified byEventDataStore, which accepts an event data store ARN.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type DeleteEventDataStoreResponse Modifier and Type Method Description default CompletableFuture<DeleteEventDataStoreResponse>CloudTrailAsyncClient. deleteEventDataStore(Consumer<DeleteEventDataStoreRequest.Builder> deleteEventDataStoreRequest)Disables the event data store specified byEventDataStore, which accepts an event data store ARN.default CompletableFuture<DeleteEventDataStoreResponse>CloudTrailAsyncClient. deleteEventDataStore(DeleteEventDataStoreRequest deleteEventDataStoreRequest)Disables the event data store specified byEventDataStore, which accepts an event data store ARN.
-