Uses of Class
com.amazonaws.services.cloudtrail.model.UpdateTrailResult
Packages that use UpdateTrailResult
-
Uses of UpdateTrailResult in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail that return UpdateTrailResultModifier 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.Methods in com.amazonaws.services.cloudtrail that return types with arguments of type UpdateTrailResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.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 UpdateTrailResultModifier 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 UpdateTrailResult in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return UpdateTrailResultModifier and TypeMethodDescriptionUpdateTrailResult.clone()
UpdateTrailResult.withCloudWatchLogsLogGroupArn
(String cloudWatchLogsLogGroupArn) Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.UpdateTrailResult.withCloudWatchLogsRoleArn
(String cloudWatchLogsRoleArn) Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.UpdateTrailResult.withIncludeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Specifies whether the trail is publishing events from global services such as IAM to the log files.UpdateTrailResult.withIsMultiRegionTrail
(Boolean isMultiRegionTrail) Specifies whether the trail exists in one region or in all regions.UpdateTrailResult.withKmsKeyId
(String kmsKeyId) Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.UpdateTrailResult.withLogFileValidationEnabled
(Boolean logFileValidationEnabled) Specifies whether log file integrity validation is enabled.Specifies the name of the trail.UpdateTrailResult.withS3BucketName
(String s3BucketName) Specifies the name of the Amazon S3 bucket designated for publishing log files.UpdateTrailResult.withS3KeyPrefix
(String s3KeyPrefix) Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.UpdateTrailResult.withSnsTopicARN
(String snsTopicARN) Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered.UpdateTrailResult.withSnsTopicName
(String snsTopicName) Deprecated.UpdateTrailResult.withTrailARN
(String trailARN) Specifies the ARN of the trail that was updated.