Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Classes modeling the various types represented by AWSCloudTrail.
|
Modifier and Type | Method and Description |
---|---|
Trail |
UpdateTrailRequest.getTrail()
Represents the Trail structure that contains the CloudTrail
setting for an account.
|
Trail |
CreateTrailResult.getTrail()
Data type that represents the settings for a trail.
|
Trail |
CreateTrailRequest.getTrail()
Contains the Trail structure that specifies the settings for
each trail.
|
Trail |
UpdateTrailResult.getTrail()
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
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 defined when you call when you call
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()
An array of Trail objects.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTrailRequest.setTrail(Trail trail)
Represents the Trail structure that contains the CloudTrail
setting for an account.
|
void |
CreateTrailResult.setTrail(Trail trail)
Data type that represents the settings for a trail.
|
void |
CreateTrailRequest.setTrail(Trail trail)
Contains the Trail structure that specifies the settings for
each trail.
|
void |
UpdateTrailResult.setTrail(Trail trail)
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
UpdateTrailRequest |
UpdateTrailRequest.withTrail(Trail trail)
Represents the Trail structure that contains the CloudTrail
setting for an account.
|
CreateTrailResult |
CreateTrailResult.withTrail(Trail trail)
Data type that represents the settings for a trail.
|
CreateTrailRequest |
CreateTrailRequest.withTrail(Trail trail)
Contains the Trail structure that specifies the settings for
each trail.
|
UpdateTrailResult |
UpdateTrailResult.withTrail(Trail trail)
Represents the CloudTrail settings that were updated by calling
UpdateTrail.
|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(Trail... trailList)
An array of Trail objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrailsResult.setTrailList(Collection<Trail> trailList)
An array of Trail objects.
|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(Collection<Trail> trailList)
An array of Trail objects.
|
Copyright © 2014. All rights reserved.