| 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)
A list of ARN-like strings for the specified S3 objects.
|
DataResource |
DataResource.withValues(String... values)
A list of ARN-like strings for the specified S3 objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataResource> |
EventSelector.getDataResources()
CloudTrail supports logging only data events for S3 objects.
|
| Modifier and Type | Method and Description |
|---|---|
EventSelector |
EventSelector.withDataResources(DataResource... dataResources)
CloudTrail supports logging only data events for S3 objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventSelector.setDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects.
|
EventSelector |
EventSelector.withDataResources(Collection<DataResource> dataResources)
CloudTrail supports logging only data events for S3 objects.
|
Copyright © 2016. All rights reserved.