Uses of Class
com.amazonaws.services.cloudtrail.model.GetTrailStatusResult
Packages that use GetTrailStatusResult
-
Uses of GetTrailStatusResult in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail that return GetTrailStatusResultModifier and TypeMethodDescriptionAbstractAWSCloudTrail.getTrailStatus
(GetTrailStatusRequest request) AWSCloudTrail.getTrailStatus
(GetTrailStatusRequest getTrailStatusRequest) Returns a JSON-formatted list of information about the specified trail.AWSCloudTrailClient.getTrailStatus
(GetTrailStatusRequest getTrailStatusRequest) Returns a JSON-formatted list of information about the specified trail.Methods in com.amazonaws.services.cloudtrail that return types with arguments of type GetTrailStatusResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest request) AbstractAWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest request, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) AWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest getTrailStatusRequest) Returns a JSON-formatted list of information about the specified trail.AWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest getTrailStatusRequest, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) Returns a JSON-formatted list of information about the specified trail.AWSCloudTrailAsyncClient.getTrailStatusAsync
(GetTrailStatusRequest request) AWSCloudTrailAsyncClient.getTrailStatusAsync
(GetTrailStatusRequest request, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type GetTrailStatusResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest request, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) AWSCloudTrailAsync.getTrailStatusAsync
(GetTrailStatusRequest getTrailStatusRequest, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) Returns a JSON-formatted list of information about the specified trail.AWSCloudTrailAsyncClient.getTrailStatusAsync
(GetTrailStatusRequest request, AsyncHandler<GetTrailStatusRequest, GetTrailStatusResult> asyncHandler) -
Uses of GetTrailStatusResult in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return GetTrailStatusResultModifier and TypeMethodDescriptionGetTrailStatusResult.clone()
GetTrailStatusResult.withIsLogging
(Boolean isLogging) Whether the CloudTrail is currently logging AWS API calls.GetTrailStatusResult.withLatestCloudWatchLogsDeliveryError
(String latestCloudWatchLogsDeliveryError) Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.GetTrailStatusResult.withLatestCloudWatchLogsDeliveryTime
(Date latestCloudWatchLogsDeliveryTime) Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.GetTrailStatusResult.withLatestDeliveryAttemptSucceeded
(String latestDeliveryAttemptSucceeded) This field is deprecated.GetTrailStatusResult.withLatestDeliveryAttemptTime
(String latestDeliveryAttemptTime) This field is deprecated.GetTrailStatusResult.withLatestDeliveryError
(String latestDeliveryError) Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket.GetTrailStatusResult.withLatestDeliveryTime
(Date latestDeliveryTime) Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.GetTrailStatusResult.withLatestDigestDeliveryError
(String latestDigestDeliveryError) Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket.GetTrailStatusResult.withLatestDigestDeliveryTime
(Date latestDigestDeliveryTime) Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.GetTrailStatusResult.withLatestNotificationAttemptSucceeded
(String latestNotificationAttemptSucceeded) This field is deprecated.GetTrailStatusResult.withLatestNotificationAttemptTime
(String latestNotificationAttemptTime) This field is deprecated.GetTrailStatusResult.withLatestNotificationError
(String latestNotificationError) Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification.GetTrailStatusResult.withLatestNotificationTime
(Date latestNotificationTime) Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.GetTrailStatusResult.withStartLoggingTime
(Date startLoggingTime) Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.GetTrailStatusResult.withStopLoggingTime
(Date stopLoggingTime) Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.GetTrailStatusResult.withTimeLoggingStarted
(String timeLoggingStarted) This field is deprecated.GetTrailStatusResult.withTimeLoggingStopped
(String timeLoggingStopped) This field is deprecated.