| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveState |
ArchiveState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ArchiveState |
UpdateArchiveResponse.state()
The state of the archive.
|
ArchiveState |
CreateArchiveResponse.state()
The state of the archive that was created.
|
ArchiveState |
ListArchivesRequest.state()
The state of the archive.
|
ArchiveState |
DescribeArchiveResponse.state()
The state of the archive.
|
ArchiveState |
Archive.state()
The current state of the archive.
|
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 |
|---|---|
static Set<ArchiveState> |
ArchiveState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateArchiveResponse.Builder |
UpdateArchiveResponse.Builder.state(ArchiveState state)
The state of the archive.
|
CreateArchiveResponse.Builder |
CreateArchiveResponse.Builder.state(ArchiveState state)
The state of the archive that was created.
|
ListArchivesRequest.Builder |
ListArchivesRequest.Builder.state(ArchiveState state)
The state of the archive.
|
DescribeArchiveResponse.Builder |
DescribeArchiveResponse.Builder.state(ArchiveState state)
The state of the archive.
|
Archive.Builder |
Archive.Builder.state(ArchiveState state)
The current state of the archive.
|
Copyright © 2023. All rights reserved.