| 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<UpdateArchiveResult> |
AmazonCloudWatchEventsAsyncClient.updateArchiveAsync(UpdateArchiveRequest request,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler) |
Future<UpdateArchiveResult> |
AbstractAmazonCloudWatchEventsAsync.updateArchiveAsync(UpdateArchiveRequest request,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler) |
Future<UpdateArchiveResult> |
AmazonCloudWatchEventsAsync.updateArchiveAsync(UpdateArchiveRequest updateArchiveRequest,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler)
Updates the specified archive.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateArchiveRequest |
UpdateArchiveRequest.clone() |
UpdateArchiveRequest |
UpdateArchiveRequest.withArchiveName(String archiveName)
The name of the archive to update.
|
UpdateArchiveRequest |
UpdateArchiveRequest.withDescription(String description)
The description for the archive.
|
UpdateArchiveRequest |
UpdateArchiveRequest.withEventPattern(String eventPattern)
The event pattern to use to filter events sent to the archive.
|
UpdateArchiveRequest |
UpdateArchiveRequest.withRetentionDays(Integer retentionDays)
The number of days to retain events in the archive.
|
Copyright © 2024. All rights reserved.