Uses of Class
software.amazon.awssdk.services.cloudtrail.model.GetEventDataStoreResponse
-
Packages that use GetEventDataStoreResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of GetEventDataStoreResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return GetEventDataStoreResponse Modifier and Type Method Description default GetEventDataStoreResponseCloudTrailClient. 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 GetEventDataStoreResponseCloudTrailClient. getEventDataStore(GetEventDataStoreRequest getEventDataStoreRequest)Returns information about an event data store specified as either an ARN or the ID portion of the ARN.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type GetEventDataStoreResponse Modifier and Type Method 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.
-