| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
EventDataStore |
EventDataStore.clone() |
EventDataStore |
EventDataStore.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
|
EventDataStore |
EventDataStore.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
|
EventDataStore |
EventDataStore.withCreatedTimestamp(Date createdTimestamp)
The timestamp of the event data store's creation.
|
EventDataStore |
EventDataStore.withEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
EventDataStore |
EventDataStore.withMultiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all regions, or only from the region in which it was
created.
|
EventDataStore |
EventDataStore.withName(String name)
The name of the event data store.
|
EventDataStore |
EventDataStore.withOrganizationEnabled(Boolean organizationEnabled)
Indicates that an event data store is collecting logged events for an organization.
|
EventDataStore |
EventDataStore.withRetentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
EventDataStore |
EventDataStore.withStatus(EventDataStoreStatus status)
The status of an event data store.
|
EventDataStore |
EventDataStore.withStatus(String status)
The status of an event data store.
|
EventDataStore |
EventDataStore.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether the event data store is protected from termination.
|
EventDataStore |
EventDataStore.withUpdatedTimestamp(Date updatedTimestamp)
The timestamp showing when an event data store was updated, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDataStore> |
ListEventDataStoresResult.getEventDataStores()
Contains information about event data stores in the account, in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventDataStoresResult |
ListEventDataStoresResult.withEventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventDataStoresResult.setEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResult |
ListEventDataStoresResult.withEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
|
Copyright © 2022. All rights reserved.