| 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 |
|---|---|
UpdateArchiveResult |
AbstractAmazonCloudWatchEvents.updateArchive(UpdateArchiveRequest request) |
UpdateArchiveResult |
AmazonCloudWatchEventsClient.updateArchive(UpdateArchiveRequest request)
Updates the specified archive.
|
UpdateArchiveResult |
AmazonCloudWatchEvents.updateArchive(UpdateArchiveRequest updateArchiveRequest)
Updates the specified archive.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateArchiveResult> |
AbstractAmazonCloudWatchEventsAsync.updateArchiveAsync(UpdateArchiveRequest request,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler) |
Future<UpdateArchiveResult> |
AmazonCloudWatchEventsAsyncClient.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 |
|---|---|
UpdateArchiveResult |
UpdateArchiveResult.clone() |
UpdateArchiveResult |
UpdateArchiveResult.withArchiveArn(String archiveArn)
The ARN of the archive.
|
UpdateArchiveResult |
UpdateArchiveResult.withCreationTime(Date creationTime)
The time at which the archive was updated.
|
UpdateArchiveResult |
UpdateArchiveResult.withState(ArchiveState state)
The state of the archive.
|
UpdateArchiveResult |
UpdateArchiveResult.withState(String state)
The state of the archive.
|
UpdateArchiveResult |
UpdateArchiveResult.withStateReason(String stateReason)
The reason that the archive is in the current state.
|
Copyright © 2023. All rights reserved.