Uses of Class
software.amazon.awssdk.services.cloudtrail.model.EventDataStore
-
Packages that use EventDataStore Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of EventDataStore in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type EventDataStore Modifier and Type Method Description List<EventDataStore>ListEventDataStoresResponse. eventDataStores()Contains information about event data stores in the account, in the current Region.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type EventDataStore Modifier and Type Method Description ListEventDataStoresResponse.BuilderListEventDataStoresResponse.Builder. eventDataStores(EventDataStore... eventDataStores)Contains information about event data stores in the account, in the current Region.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type EventDataStore Modifier and Type Method Description ListEventDataStoresResponse.BuilderListEventDataStoresResponse.Builder. eventDataStores(Collection<EventDataStore> eventDataStores)Contains information about event data stores in the account, in the current Region.
-