| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateArchiveResult |
AbstractAmazonEventBridge.updateArchive(UpdateArchiveRequest request) |
UpdateArchiveResult |
AmazonEventBridge.updateArchive(UpdateArchiveRequest updateArchiveRequest)
Updates the specified archive.
|
UpdateArchiveResult |
AmazonEventBridgeClient.updateArchive(UpdateArchiveRequest request)
Updates the specified archive.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateArchiveResult> |
AmazonEventBridgeAsyncClient.updateArchiveAsync(UpdateArchiveRequest request,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler) |
Future<UpdateArchiveResult> |
AbstractAmazonEventBridgeAsync.updateArchiveAsync(UpdateArchiveRequest request,
AsyncHandler<UpdateArchiveRequest,UpdateArchiveResult> asyncHandler) |
Future<UpdateArchiveResult> |
AmazonEventBridgeAsync.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.