Uses of Class
com.amazonaws.services.cloudtrail.model.UpdateTrailRequest
Packages that use UpdateTrailRequest
-
Uses of UpdateTrailRequest in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail with parameters of type UpdateTrailRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrail.updateTrail
(UpdateTrailRequest request) AWSCloudTrail.updateTrail
(UpdateTrailRequest updateTrailRequest) Updates the settings that specify delivery of log files.AWSCloudTrailClient.updateTrail
(UpdateTrailRequest updateTrailRequest) Updates the settings that specify delivery of log files.AbstractAWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest request) AbstractAWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest request, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) AWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest updateTrailRequest) Updates the settings that specify delivery of log files.AWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest updateTrailRequest, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) Updates the settings that specify delivery of log files.AWSCloudTrailAsyncClient.updateTrailAsync
(UpdateTrailRequest request) AWSCloudTrailAsyncClient.updateTrailAsync
(UpdateTrailRequest request, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type UpdateTrailRequestModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest request, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) AWSCloudTrailAsync.updateTrailAsync
(UpdateTrailRequest updateTrailRequest, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) Updates the settings that specify delivery of log files.AWSCloudTrailAsyncClient.updateTrailAsync
(UpdateTrailRequest request, AsyncHandler<UpdateTrailRequest, UpdateTrailResult> asyncHandler) -
Uses of UpdateTrailRequest in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return UpdateTrailRequestModifier and TypeMethodDescriptionUpdateTrailRequest.clone()
UpdateTrailRequest.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.UpdateTrailRequest.withCloudWatchLogsRoleArn
(String cloudWatchLogsRoleArn) Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.UpdateTrailRequest.withEnableLogFileValidation
(Boolean enableLogFileValidation) Specifies whether log file validation is enabled.UpdateTrailRequest.withIncludeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Specifies whether the trail is publishing events from global services such as IAM to the log files.UpdateTrailRequest.withIsMultiRegionTrail
(Boolean isMultiRegionTrail) Specifies whether the trail applies only to the current region or to all regions.UpdateTrailRequest.withKmsKeyId
(String kmsKeyId) Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail.Specifies the name of the trail or trail ARN.UpdateTrailRequest.withS3BucketName
(String s3BucketName) Specifies the name of the Amazon S3 bucket designated for publishing log files.UpdateTrailRequest.withS3KeyPrefix
(String s3KeyPrefix) Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.UpdateTrailRequest.withSnsTopicName
(String snsTopicName) Specifies the name of the Amazon SNS topic defined for notification of log file delivery.