| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListArchivesResult> |
AbstractAmazonCloudWatchEventsAsync.listArchivesAsync(ListArchivesRequest request,
AsyncHandler<ListArchivesRequest,ListArchivesResult> asyncHandler) |
Future<ListArchivesResult> |
AmazonCloudWatchEventsAsyncClient.listArchivesAsync(ListArchivesRequest request,
AsyncHandler<ListArchivesRequest,ListArchivesResult> asyncHandler) |
Future<ListArchivesResult> |
AmazonCloudWatchEventsAsync.listArchivesAsync(ListArchivesRequest listArchivesRequest,
AsyncHandler<ListArchivesRequest,ListArchivesResult> asyncHandler)
Lists your archives.
|
| Modifier and Type | Method and Description |
|---|---|
ListArchivesRequest |
ListArchivesRequest.clone() |
ListArchivesRequest |
ListArchivesRequest.withEventSourceArn(String eventSourceArn)
The ARN of the event source associated with the archive.
|
ListArchivesRequest |
ListArchivesRequest.withLimit(Integer limit)
The maximum number of results to return.
|
ListArchivesRequest |
ListArchivesRequest.withNamePrefix(String namePrefix)
A name prefix to filter the archives returned.
|
ListArchivesRequest |
ListArchivesRequest.withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListArchivesRequest |
ListArchivesRequest.withState(ArchiveState state)
The state of the archive.
|
ListArchivesRequest |
ListArchivesRequest.withState(String state)
The state of the archive.
|
Copyright © 2023. All rights reserved.