| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplayState |
ReplayState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReplayState |
ListReplaysRequest.state()
The state of the replay.
|
ReplayState |
DescribeReplayResponse.state()
The current state of the replay.
|
ReplayState |
CancelReplayResponse.state()
The current state of the replay.
|
ReplayState |
Replay.state()
The current state of the replay.
|
ReplayState |
StartReplayResponse.state()
The state of the replay.
|
static ReplayState |
ReplayState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplayState[] |
ReplayState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReplayState> |
ReplayState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListReplaysRequest.Builder |
ListReplaysRequest.Builder.state(ReplayState state)
The state of the replay.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.state(ReplayState state)
The current state of the replay.
|
CancelReplayResponse.Builder |
CancelReplayResponse.Builder.state(ReplayState state)
The current state of the replay.
|
Replay.Builder |
Replay.Builder.state(ReplayState state)
The current state of the replay.
|
StartReplayResponse.Builder |
StartReplayResponse.Builder.state(ReplayState state)
The state of the replay.
|
Copyright © 2023. All rights reserved.