| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplayState |
ReplayState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
StartReplayResult |
StartReplayResult.withState(ReplayState state)
The state of the replay.
|
DescribeReplayResult |
DescribeReplayResult.withState(ReplayState state)
The current state of the replay.
|
CancelReplayResult |
CancelReplayResult.withState(ReplayState state)
The current state of the replay.
|
Replay |
Replay.withState(ReplayState state)
The current state of the replay.
|
ListReplaysRequest |
ListReplaysRequest.withState(ReplayState state)
The state of the replay.
|
Copyright © 2021. All rights reserved.