Uses of Class
com.amazonaws.services.cloudtrail.model.Trail
Packages that use Trail
-
Uses of Trail in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return TrailModifier and TypeMethodDescriptionTrail.clone()
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.withCloudWatchLogsRoleArn
(String cloudWatchLogsRoleArn) Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.Trail.withHomeRegion
(String homeRegion) The region in which the trail was created.Trail.withIncludeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Set to True to include AWS API calls from AWS global services such as IAM.Trail.withIsMultiRegionTrail
(Boolean isMultiRegionTrail) Specifies whether the trail belongs only to one region or exists in all regions.Trail.withKmsKeyId
(String kmsKeyId) Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.Trail.withLogFileValidationEnabled
(Boolean logFileValidationEnabled) Specifies whether log file validation is enabled.Name of the trail set by calling CreateTrail.Trail.withS3BucketName
(String s3BucketName) Name of the Amazon S3 bucket into which CloudTrail delivers your trail files.Trail.withS3KeyPrefix
(String s3KeyPrefix) Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.Trail.withSnsTopicARN
(String snsTopicARN) Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered.Trail.withSnsTopicName
(String snsTopicName) Deprecated.Trail.withTrailARN
(String trailARN) Specifies the ARN of the trail.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type TrailMethods in com.amazonaws.services.cloudtrail.model with parameters of type TrailModifier and TypeMethodDescriptionDescribeTrailsResult.withTrailList
(Trail... trailList) The list of trail objects.Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type TrailModifier and TypeMethodDescriptionvoid
DescribeTrailsResult.setTrailList
(Collection<Trail> trailList) The list of trail objects.DescribeTrailsResult.withTrailList
(Collection<Trail> trailList) The list of trail objects.