Uses of Class
com.amazonaws.services.cloudtrail.model.CreateTrailRequest
Packages that use CreateTrailRequest
-
Uses of CreateTrailRequest in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail with parameters of type CreateTrailRequestModifier 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.AbstractAWSCloudTrailAsync.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 CreateTrailRequestModifier 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 CreateTrailRequest in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return CreateTrailRequestModifier and TypeMethodDescriptionCreateTrailRequest.clone()
CreateTrailRequest.withCloudWatchLogsLogGroupArn
(String cloudWatchLogsLogGroupArn) Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.CreateTrailRequest.withCloudWatchLogsRoleArn
(String cloudWatchLogsRoleArn) Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.CreateTrailRequest.withEnableLogFileValidation
(Boolean enableLogFileValidation) Specifies whether log file integrity validation is enabled.CreateTrailRequest.withIncludeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Specifies whether the trail is publishing events from global services such as IAM to the log files.CreateTrailRequest.withIsMultiRegionTrail
(Boolean isMultiRegionTrail) Specifies whether the trail is created in the current region or in all regions.CreateTrailRequest.withKmsKeyId
(String kmsKeyId) Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail.Specifies the name of the trail.CreateTrailRequest.withS3BucketName
(String s3BucketName) Specifies the name of the Amazon S3 bucket designated for publishing log files.CreateTrailRequest.withS3KeyPrefix
(String s3KeyPrefix) Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.CreateTrailRequest.withSnsTopicName
(String snsTopicName) Specifies the name of the Amazon SNS topic defined for notification of log file delivery.