| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEventDataStoreResult> |
AWSCloudTrailAsyncClient.createEventDataStoreAsync(CreateEventDataStoreRequest request,
AsyncHandler<CreateEventDataStoreRequest,CreateEventDataStoreResult> asyncHandler) |
Future<CreateEventDataStoreResult> |
AbstractAWSCloudTrailAsync.createEventDataStoreAsync(CreateEventDataStoreRequest request,
AsyncHandler<CreateEventDataStoreRequest,CreateEventDataStoreResult> asyncHandler) |
Future<CreateEventDataStoreResult> |
AWSCloudTrailAsync.createEventDataStoreAsync(CreateEventDataStoreRequest createEventDataStoreRequest,
AsyncHandler<CreateEventDataStoreRequest,CreateEventDataStoreResult> asyncHandler)
Creates a new event data store.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.clone() |
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors to use to select the events for the data store.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors to use to select the events for the data store.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withBillingMode(BillingMode billingMode)
The billing mode for the event data store determines the cost for ingesting events and the default and maximum
retention period for the event data store.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withBillingMode(String billingMode)
The billing mode for the event data store determines the cost for ingesting events and the default and maximum
retention period for the event data store.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withKmsKeyId(String kmsKeyId)
Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withMultiRegionEnabled(Boolean multiRegionEnabled)
Specifies whether the event data store includes events from all Regions, or only from the Region in which the
event data store is created.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withName(String name)
The name of the event data store.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withOrganizationEnabled(Boolean organizationEnabled)
Specifies whether an event data store collects events logged for an organization in Organizations.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withRetentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withStartIngestion(Boolean startIngestion)
Specifies whether the event data store should start ingesting live events.
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withTagsList(Collection<Tag> tagsList) |
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if any).
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Specifies whether termination protection is enabled for the event data store.
|
Copyright © 2024. All rights reserved.