Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListEventDataStoresResponse
-
Packages that use ListEventDataStoresResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of ListEventDataStoresResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return ListEventDataStoresResponse Modifier and Type Method Description default ListEventDataStoresResponseCloudTrailClient. listEventDataStores(Consumer<ListEventDataStoresRequest.Builder> listEventDataStoresRequest)Returns information about all event data stores in the account, in the current Region.default ListEventDataStoresResponseCloudTrailClient. listEventDataStores(ListEventDataStoresRequest listEventDataStoresRequest)Returns information about all event data stores in the account, in the current Region.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type ListEventDataStoresResponse Modifier and Type Method Description default CompletableFuture<ListEventDataStoresResponse>CloudTrailAsyncClient. listEventDataStores(Consumer<ListEventDataStoresRequest.Builder> listEventDataStoresRequest)Returns information about all event data stores in the account, in the current Region.default CompletableFuture<ListEventDataStoresResponse>CloudTrailAsyncClient. listEventDataStores(ListEventDataStoresRequest listEventDataStoresRequest)Returns information about all event data stores in the account, in the current Region. -
Uses of ListEventDataStoresResponse in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type ListEventDataStoresResponse Modifier and Type Method Description Iterator<ListEventDataStoresResponse>ListEventDataStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudtrail.paginators with type arguments of type ListEventDataStoresResponse Modifier and Type Method Description voidListEventDataStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventDataStoresResponse> subscriber)
-