Package | Description |
---|---|
com.amazonaws.services.cloudtrail |
Synchronous and asynchronous client classes for accessing AWSCloudTrail.
|
com.amazonaws.services.cloudtrail.model |
Classes modeling the various types represented by AWSCloudTrail.
|
Modifier and Type | Method and Description |
---|---|
GetTrailStatusResult |
AWSCloudTrail.getTrailStatus(GetTrailStatusRequest getTrailStatusRequest)
Returns a JSON-formatted list of information about the specified
trail.
|
GetTrailStatusResult |
AWSCloudTrailClient.getTrailStatus(GetTrailStatusRequest getTrailStatusRequest)
Returns a JSON-formatted list of information about the specified
trail.
|
Modifier and Type | Method and Description |
---|---|
Future<GetTrailStatusResult> |
AWSCloudTrailAsync.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest)
Returns a JSON-formatted list of information about the specified
trail.
|
Future<GetTrailStatusResult> |
AWSCloudTrailAsyncClient.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest)
Returns a JSON-formatted list of information about the specified
trail.
|
Future<GetTrailStatusResult> |
AWSCloudTrailAsync.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest,
AsyncHandler<GetTrailStatusRequest,GetTrailStatusResult> asyncHandler)
Returns a JSON-formatted list of information about the specified
trail.
|
Future<GetTrailStatusResult> |
AWSCloudTrailAsyncClient.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest,
AsyncHandler<GetTrailStatusRequest,GetTrailStatusResult> asyncHandler)
Returns a JSON-formatted list of information about the specified
trail.
|
Modifier and Type | Method and Description |
---|---|
Future<GetTrailStatusResult> |
AWSCloudTrailAsync.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest,
AsyncHandler<GetTrailStatusRequest,GetTrailStatusResult> asyncHandler)
Returns a JSON-formatted list of information about the specified
trail.
|
Future<GetTrailStatusResult> |
AWSCloudTrailAsyncClient.getTrailStatusAsync(GetTrailStatusRequest getTrailStatusRequest,
AsyncHandler<GetTrailStatusRequest,GetTrailStatusResult> asyncHandler)
Returns a JSON-formatted list of information about the specified
trail.
|
Modifier and Type | Method and Description |
---|---|
GetTrailStatusResult |
GetTrailStatusResult.withIsLogging(Boolean isLogging)
Whether the CloudTrail is currently logging AWS API calls.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestDeliveryAttemptSucceeded(String latestDeliveryAttemptSucceeded)
The last time CloudTrail successfully delivered a log file to an
account's Amazon S3 bucket.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestDeliveryAttemptTime(String latestDeliveryAttemptTime)
The last time CloudTrail attempted to deliver a file to an account's
Amazon S3 bucket.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestDeliveryError(String latestDeliveryError)
Information about the most recent error CloudTrail encountered when
attempting to deliver log files to the account's Amazon S3 bucket.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestDeliveryTime(Date latestDeliveryTime)
Sets the value of the LatestDeliveryTime property for this object.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestNotificationAttemptSucceeded(String latestNotificationAttemptSucceeded)
The last time CloudTrail successfully notified an account's owner of a
log delivery to the account's Amazon S3 bucket.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestNotificationAttemptTime(String latestNotificationAttemptTime)
The last time CloudTrail attempted to notify an account's owner of a
log delivery to the account's Amazon S3 bucket.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestNotificationError(String latestNotificationError)
Information about the most recent error CloudTrail encountered when
attempting to send an Amazon SNS notification.
|
GetTrailStatusResult |
GetTrailStatusResult.withLatestNotificationTime(Date latestNotificationTime)
Sets the value of the LatestNotificationTime property for this object.
|
GetTrailStatusResult |
GetTrailStatusResult.withStartLoggingTime(Date startLoggingTime)
Sets the value of the StartLoggingTime property for this object.
|
GetTrailStatusResult |
GetTrailStatusResult.withStopLoggingTime(Date stopLoggingTime)
Sets the value of the StopLoggingTime property for this object.
|
GetTrailStatusResult |
GetTrailStatusResult.withTimeLoggingStarted(String timeLoggingStarted)
The time at which CloudTrail started logging AWS API calls for an
account.
|
GetTrailStatusResult |
GetTrailStatusResult.withTimeLoggingStopped(String timeLoggingStopped)
The time at which CloudTrail stopped logging AWS API calls for an
account.
|
Copyright © 2014. All rights reserved.