| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreResult |
AWSCloudTrailClient.updateEventDataStore(UpdateEventDataStoreRequest request)
Updates an event data store.
|
UpdateEventDataStoreResult |
AWSCloudTrail.updateEventDataStore(UpdateEventDataStoreRequest updateEventDataStoreRequest)
Updates an event data store.
|
UpdateEventDataStoreResult |
AbstractAWSCloudTrail.updateEventDataStore(UpdateEventDataStoreRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEventDataStoreResult> |
AWSCloudTrailAsyncClient.updateEventDataStoreAsync(UpdateEventDataStoreRequest request,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler) |
Future<UpdateEventDataStoreResult> |
AWSCloudTrailAsync.updateEventDataStoreAsync(UpdateEventDataStoreRequest updateEventDataStoreRequest,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler)
Updates an event data store.
|
Future<UpdateEventDataStoreResult> |
AbstractAWSCloudTrailAsync.updateEventDataStoreAsync(UpdateEventDataStoreRequest request,
AsyncHandler<UpdateEventDataStoreRequest,UpdateEventDataStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.clone() |
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withBillingMode(BillingMode billingMode)
The billing mode for the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withBillingMode(String billingMode)
The billing mode for the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp that shows when an event data store was first created.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withFederationRoleArn(String federationRoleArn)
If Lake query federation is enabled, provides the ARN of the federation role used to access the resources for the
federated event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withFederationStatus(FederationStatus federationStatus)
Indicates the Lake
query federation status.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withFederationStatus(String federationStatus)
Indicates the Lake
query federation status.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withKmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withMultiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all Regions, or only from the Region in which it was
created.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withName(String name)
The name of the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withOrganizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withRetentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withStatus(EventDataStoreStatus status)
The status of an event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withStatus(String status)
The status of an event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether termination protection is enabled for the event data store.
|
UpdateEventDataStoreResult |
UpdateEventDataStoreResult.withUpdatedTimestamp(Date updatedTimestamp)
The timestamp that shows when the event data store was last updated.
|
Copyright © 2024. All rights reserved.