| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreResult |
AbstractAWSCloudTrail.getEventDataStore(GetEventDataStoreRequest request) |
GetEventDataStoreResult |
AWSCloudTrailClient.getEventDataStore(GetEventDataStoreRequest request)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
GetEventDataStoreResult |
AWSCloudTrail.getEventDataStore(GetEventDataStoreRequest getEventDataStoreRequest)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventDataStoreResult> |
AWSCloudTrailAsyncClient.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
Future<GetEventDataStoreResult> |
AbstractAWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest request,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler) |
Future<GetEventDataStoreResult> |
AWSCloudTrailAsync.getEventDataStoreAsync(GetEventDataStoreRequest getEventDataStoreRequest,
AsyncHandler<GetEventDataStoreRequest,GetEventDataStoreResult> asyncHandler)
Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreResult |
GetEventDataStoreResult.clone() |
GetEventDataStoreResult |
GetEventDataStoreResult.withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withBillingMode(BillingMode billingMode)
The billing mode for the event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withBillingMode(String billingMode)
The billing mode for the event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp of the event data store's creation.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withEventDataStoreArn(String eventDataStoreArn)
The event data store Amazon Resource Number (ARN).
|
GetEventDataStoreResult |
GetEventDataStoreResult.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.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withFederationStatus(FederationStatus federationStatus)
Indicates the Lake
query federation status.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withFederationStatus(String federationStatus)
Indicates the Lake
query federation status.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withKmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withMultiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all Regions, or only from the Region in which it was
created.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withName(String name)
The name of the event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withOrganizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withPartitionKeys(Collection<PartitionKey> partitionKeys)
The partition keys for the event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withPartitionKeys(PartitionKey... partitionKeys)
The partition keys for the event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withRetentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withStatus(EventDataStoreStatus status)
The status of an event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withStatus(String status)
The status of an event data store.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled.
|
GetEventDataStoreResult |
GetEventDataStoreResult.withUpdatedTimestamp(Date updatedTimestamp)
Shows the time that an event data store was updated, if applicable.
|
Copyright © 2024. All rights reserved.