| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
DataResource |
DataResource.clone() |
DataResource |
DataResource.withType(String type)
The resource type in which you want to log data events.
|
DataResource |
DataResource.withValues(Collection<String> values)
An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects.
|
DataResource |
DataResource.withValues(String... values)
An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataResource> |
EventSelector.getDataResources()
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions with basic event selectors.
|
| Modifier and Type | Method and Description |
|---|---|
EventSelector |
EventSelector.withDataResources(DataResource... dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions with basic event selectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventSelector.setDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions with basic event selectors.
|
EventSelector |
EventSelector.withDataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions with basic event selectors.
|
Copyright © 2021. All rights reserved.