| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
Classes modeling the various types represented by AWSCloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
Trail |
Trail.clone() |
Trail |
Trail.withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
Specifies an Amazon Resource Name (ARN), a unique identifier that
represents the log group to which CloudTrail logs will be delivered.
|
Trail |
Trail.withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
Specifies the role for the CloudWatch Logs endpoint to assume to write
to a user???s log group.
|
Trail |
Trail.withIncludeGlobalServiceEvents(Boolean includeGlobalServiceEvents)
Set to True to include AWS API calls from AWS global services
such as IAM.
|
Trail |
Trail.withName(String name)
Name of the trail set by calling CreateTrail.
|
Trail |
Trail.withS3BucketName(String s3BucketName)
Name of the Amazon S3 bucket into which CloudTrail delivers your trail
files.
|
Trail |
Trail.withS3KeyPrefix(String s3KeyPrefix)
Value of the Amazon S3 prefix.
|
Trail |
Trail.withSnsTopicName(String snsTopicName)
Name of the existing Amazon SNS topic that CloudTrail uses to notify
the account owner when new CloudTrail log files have been delivered.
|
| Modifier and Type | Method and Description |
|---|---|
List<Trail> |
DescribeTrailsResult.getTrailList()
The list of trails.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(Trail... trailList)
The list of trails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrailsResult.setTrailList(Collection<Trail> trailList)
The list of trails.
|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(Collection<Trail> trailList)
The list of trails.
|
Copyright © 2015. All rights reserved.