Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Trail> |
DescribeTrailsResult.trailList
The list of trail objects.
|
Modifier and Type | Method and Description |
---|---|
Trail |
Trail.clone() |
Trail |
Trail.withCloudWatchLogsLogGroupArn(java.lang.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(java.lang.String cloudWatchLogsRoleArn)
Specifies the role for the CloudWatch Logs endpoint to assume to write to
a user's log group.
|
Trail |
Trail.withHomeRegion(java.lang.String homeRegion)
The region in which the trail was created.
|
Trail |
Trail.withIncludeGlobalServiceEvents(java.lang.Boolean includeGlobalServiceEvents)
Set to True to include AWS API calls from AWS global services such
as IAM.
|
Trail |
Trail.withIsMultiRegionTrail(java.lang.Boolean isMultiRegionTrail)
Specifies whether the trail belongs only to one region or exists in all
regions.
|
Trail |
Trail.withKmsKeyId(java.lang.String kmsKeyId)
Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.
|
Trail |
Trail.withLogFileValidationEnabled(java.lang.Boolean logFileValidationEnabled)
Specifies whether log file validation is enabled.
|
Trail |
Trail.withName(java.lang.String name)
Name of the trail set by calling CreateTrail.
|
Trail |
Trail.withS3BucketName(java.lang.String s3BucketName)
Name of the Amazon S3 bucket into which CloudTrail delivers your trail
files.
|
Trail |
Trail.withS3KeyPrefix(java.lang.String s3KeyPrefix)
Specifies the Amazon S3 key prefix that comes after the name of the
bucket you have designated for log file delivery.
|
Trail |
Trail.withSnsTopicARN(java.lang.String snsTopicARN)
Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send
notifications when log files are delivered.
|
Trail |
Trail.withSnsTopicName(java.lang.String snsTopicName)
Deprecated.
|
Trail |
Trail.withTrailARN(java.lang.String trailARN)
Specifies the ARN of the trail.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Trail> |
DescribeTrailsResult.getTrailList()
The list of trail objects.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(Trail... trailList)
The list of trail objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrailsResult.setTrailList(java.util.Collection<Trail> trailList)
The list of trail objects.
|
DescribeTrailsResult |
DescribeTrailsResult.withTrailList(java.util.Collection<Trail> trailList)
The list of trail objects.
|
Modifier and Type | Method and Description |
---|---|
Trail |
TrailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrailJsonMarshaller.marshall(Trail trail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|