Uses of Class
com.amazonaws.services.cloudtrail.model.LookupEventsResult
Packages that use LookupEventsResult
-
Uses of LookupEventsResult in com.amazonaws.services.cloudtrail
Methods in com.amazonaws.services.cloudtrail that return LookupEventsResultModifier and TypeMethodDescriptionAbstractAWSCloudTrail.lookupEvents()
AbstractAWSCloudTrail.lookupEvents
(LookupEventsRequest request) AWSCloudTrail.lookupEvents()
Simplified method form for invoking the LookupEvents operation.AWSCloudTrail.lookupEvents
(LookupEventsRequest lookupEventsRequest) Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account.AWSCloudTrailClient.lookupEvents()
AWSCloudTrailClient.lookupEvents
(LookupEventsRequest lookupEventsRequest) Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account.Methods in com.amazonaws.services.cloudtrail that return types with arguments of type LookupEventsResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.lookupEventsAsync()
Simplified method form for invoking the LookupEvents operation.AbstractAWSCloudTrailAsync.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AbstractAWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest request) AbstractAWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest request, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) AWSCloudTrailAsync.lookupEventsAsync()
Simplified method form for invoking the LookupEvents operation.AWSCloudTrailAsync.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest lookupEventsRequest) Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account.AWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest lookupEventsRequest, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account.AWSCloudTrailAsyncClient.lookupEventsAsync()
Simplified method form for invoking the LookupEvents operation.AWSCloudTrailAsyncClient.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AWSCloudTrailAsyncClient.lookupEventsAsync
(LookupEventsRequest request) AWSCloudTrailAsyncClient.lookupEventsAsync
(LookupEventsRequest request, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudtrail with type arguments of type LookupEventsResultModifier and TypeMethodDescriptionAbstractAWSCloudTrailAsync.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AbstractAWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest request, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) AWSCloudTrailAsync.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AWSCloudTrailAsync.lookupEventsAsync
(LookupEventsRequest lookupEventsRequest, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account.AWSCloudTrailAsyncClient.lookupEventsAsync
(AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) Simplified method form for invoking the LookupEvents operation with an AsyncHandler.AWSCloudTrailAsyncClient.lookupEventsAsync
(LookupEventsRequest request, AsyncHandler<LookupEventsRequest, LookupEventsResult> asyncHandler) -
Uses of LookupEventsResult in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return LookupEventsResultModifier and TypeMethodDescriptionLookupEventsResult.clone()
LookupEventsResult.withEvents
(Event... events) A list of events returned based on the lookup attributes specified and the CloudTrail event.LookupEventsResult.withEvents
(Collection<Event> events) A list of events returned based on the lookup attributes specified and the CloudTrail event.LookupEventsResult.withNextToken
(String nextToken) The token to use to get the next page of results after a previous API call.