| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEventDataStoreResult> |
AWSCloudTrailAsyncClient.updateEventDataStoreAsync(UpdateEventDataStoreRequest request,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler) |
Future<UpdateEventDataStoreResult> |
AbstractAWSCloudTrailAsync.updateEventDataStoreAsync(UpdateEventDataStoreRequest request,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler) |
Future<UpdateEventDataStoreResult> |
AWSCloudTrailAsync.updateEventDataStoreAsync(UpdateEventDataStoreRequest updateEventDataStoreRequest,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler)
Updates an event data store.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.clone() |
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the event data store.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the event data store.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withBillingMode(BillingMode billingMode)
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withBillingMode(String billingMode)
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withEventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of the event data store that you want to update.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withKmsKeyId(String kmsKeyId)
Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withMultiRegionEnabled(Boolean multiRegionEnabled)
Specifies whether an event data store collects events from all Regions, or only from the Region in which it was
created.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withName(String name)
The event data store name.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withOrganizationEnabled(Boolean organizationEnabled)
Specifies whether an event data store collects events logged for an organization in Organizations.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withRetentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
UpdateEventDataStoreRequest |
UpdateEventDataStoreRequest.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled and the event data store cannot be automatically deleted.
|
Copyright © 2024. All rights reserved.