| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<LookupEventsResult> |
AbstractAWSCloudTrailAsync.lookupEventsAsync(AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler)
Simplified method form for invoking the LookupEvents operation with an AsyncHandler.
|
Future<LookupEventsResult> |
AWSCloudTrailAsyncClient.lookupEventsAsync(AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler)
Simplified method form for invoking the LookupEvents operation with an AsyncHandler.
|
Future<LookupEventsResult> |
AWSCloudTrailAsync.lookupEventsAsync(AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler)
Simplified method form for invoking the LookupEvents operation with an AsyncHandler.
|
Future<LookupEventsResult> |
AbstractAWSCloudTrailAsync.lookupEventsAsync(LookupEventsRequest request,
AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler) |
Future<LookupEventsResult> |
AWSCloudTrailAsyncClient.lookupEventsAsync(LookupEventsRequest request,
AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler) |
Future<LookupEventsResult> |
AWSCloudTrailAsync.lookupEventsAsync(LookupEventsRequest lookupEventsRequest,
AsyncHandler<LookupEventsRequest,LookupEventsResult> asyncHandler)
Looks up management events captured by CloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
LookupEventsRequest |
LookupEventsRequest.clone() |
LookupEventsRequest |
LookupEventsRequest.withEndTime(Date endTime)
Specifies that only events that occur before or at the specified time are returned.
|
LookupEventsRequest |
LookupEventsRequest.withLookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest |
LookupEventsRequest.withLookupAttributes(LookupAttribute... lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest |
LookupEventsRequest.withMaxResults(Integer maxResults)
The number of events to return.
|
LookupEventsRequest |
LookupEventsRequest.withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
LookupEventsRequest |
LookupEventsRequest.withStartTime(Date startTime)
Specifies that only events that occur after or at the specified time are returned.
|
Copyright © 2019. All rights reserved.