| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
CreateArchiveResult |
AmazonEventBridge.createArchive(CreateArchiveRequest createArchiveRequest)
Creates an archive of events with the specified settings.
|
CreateArchiveResult |
AmazonEventBridgeClient.createArchive(CreateArchiveRequest request)
Creates an archive of events with the specified settings.
|
CreateArchiveResult |
AbstractAmazonEventBridge.createArchive(CreateArchiveRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateArchiveResult> |
AbstractAmazonEventBridgeAsync.createArchiveAsync(CreateArchiveRequest request,
AsyncHandler<CreateArchiveRequest,CreateArchiveResult> asyncHandler) |
Future<CreateArchiveResult> |
AmazonEventBridgeAsyncClient.createArchiveAsync(CreateArchiveRequest request,
AsyncHandler<CreateArchiveRequest,CreateArchiveResult> asyncHandler) |
Future<CreateArchiveResult> |
AmazonEventBridgeAsync.createArchiveAsync(CreateArchiveRequest createArchiveRequest,
AsyncHandler<CreateArchiveRequest,CreateArchiveResult> asyncHandler)
Creates an archive of events with the specified settings.
|
| Modifier and Type | Method and Description |
|---|---|
CreateArchiveResult |
CreateArchiveResult.clone() |
CreateArchiveResult |
CreateArchiveResult.withArchiveArn(String archiveArn)
The ARN of the archive that was created.
|
CreateArchiveResult |
CreateArchiveResult.withCreationTime(Date creationTime)
The time at which the archive was created.
|
CreateArchiveResult |
CreateArchiveResult.withState(ArchiveState state)
The state of the archive that was created.
|
CreateArchiveResult |
CreateArchiveResult.withState(String state)
The state of the archive that was created.
|
CreateArchiveResult |
CreateArchiveResult.withStateReason(String stateReason)
The reason that the archive is in the state.
|
Copyright © 2020. All rights reserved.