Uses of Class
com.amazonaws.services.cloudtrail.model.CreateTrailResult
Packages that use CreateTrailResult
-
Uses of CreateTrailResult in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail that return CreateTrailResultModifier and TypeMethodDescriptionAbstractAWSCloudTrail.createTrail
(CreateTrailRequest request) AWSCloudTrail.createTrail
(CreateTrailRequest createTrailRequest) Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.AWSCloudTrailClient.createTrail
(CreateTrailRequest createTrailRequest) Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.Methods in com.amazonaws.services.cloudtrail that return types with arguments of type CreateTrailResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest request) AbstractAWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest request, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) AWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest createTrailRequest) Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.AWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest createTrailRequest, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.AWSCloudTrailAsyncClient.createTrailAsync
(CreateTrailRequest request) AWSCloudTrailAsyncClient.createTrailAsync
(CreateTrailRequest request, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type CreateTrailResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest request, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) AWSCloudTrailAsync.createTrailAsync
(CreateTrailRequest createTrailRequest, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.AWSCloudTrailAsyncClient.createTrailAsync
(CreateTrailRequest request, AsyncHandler<CreateTrailRequest, CreateTrailResult> asyncHandler) -
Uses of CreateTrailResult in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return CreateTrailResultModifier and TypeMethodDescriptionCreateTrailResult.clone()
CreateTrailResult.withCloudWatchLogsLogGroupArn
(String cloudWatchLogsLogGroupArn) Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.CreateTrailResult.withCloudWatchLogsRoleArn
(String cloudWatchLogsRoleArn) Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.CreateTrailResult.withIncludeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Specifies whether the trail is publishing events from global services such as IAM to the log files.CreateTrailResult.withIsMultiRegionTrail
(Boolean isMultiRegionTrail) Specifies whether the trail exists in one region or in all regions.CreateTrailResult.withKmsKeyId
(String kmsKeyId) Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.CreateTrailResult.withLogFileValidationEnabled
(Boolean logFileValidationEnabled) Specifies whether log file integrity validation is enabled.Specifies the name of the trail.CreateTrailResult.withS3BucketName
(String s3BucketName) Specifies the name of the Amazon S3 bucket designated for publishing log files.CreateTrailResult.withS3KeyPrefix
(String s3KeyPrefix) Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.CreateTrailResult.withSnsTopicARN
(String snsTopicARN) Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered.CreateTrailResult.withSnsTopicName
(String snsTopicName) Deprecated.CreateTrailResult.withTrailARN
(String trailARN) Specifies the ARN of the trail that was created.