| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
EventDataStore |
EventDataStore.clone() |
EventDataStore |
EventDataStore.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
Deprecated.
|
EventDataStore |
EventDataStore.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Deprecated.
|
EventDataStore |
EventDataStore.withCreatedTimestamp(Date createdTimestamp)
Deprecated.
|
EventDataStore |
EventDataStore.withEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
EventDataStore |
EventDataStore.withMultiRegionEnabled(Boolean multiRegionEnabled)
Deprecated.
|
EventDataStore |
EventDataStore.withName(String name)
The name of the event data store.
|
EventDataStore |
EventDataStore.withOrganizationEnabled(Boolean organizationEnabled)
Deprecated.
|
EventDataStore |
EventDataStore.withRetentionPeriod(Integer retentionPeriod)
Deprecated.
|
EventDataStore |
EventDataStore.withStatus(EventDataStoreStatus status)
Deprecated.
|
EventDataStore |
EventDataStore.withStatus(String status)
Deprecated.
|
EventDataStore |
EventDataStore.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Deprecated.
|
EventDataStore |
EventDataStore.withUpdatedTimestamp(Date updatedTimestamp)
Deprecated.
|
| 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 © 2023. All rights reserved.