| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
State |
UpdateFailoverConfig.state()
Returns the value of the State property for this object.
|
State |
FailoverConfig.state()
Returns the value of the State property for this object.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.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<State> |
State.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFailoverConfig.Builder |
UpdateFailoverConfig.Builder.state(State state)
Sets the value of the State property for this object.
|
FailoverConfig.Builder |
FailoverConfig.Builder.state(State state)
Sets the value of the State property for this object.
|
Copyright © 2020. All rights reserved.