| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveState |
ArchiveState.fromValue(String value)
Use this in place of valueOf.
|
static ArchiveState |
ArchiveState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveState[] |
ArchiveState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateArchiveResult |
CreateArchiveResult.withState(ArchiveState state)
The state of the archive that was created.
|
Archive |
Archive.withState(ArchiveState state)
The current state of the archive.
|
DescribeArchiveResult |
DescribeArchiveResult.withState(ArchiveState state)
The state of the archive.
|
ListArchivesRequest |
ListArchivesRequest.withState(ArchiveState state)
The state of the archive.
|
UpdateArchiveResult |
UpdateArchiveResult.withState(ArchiveState state)
The state of the archive.
|
Copyright © 2020. All rights reserved.