| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static MultiplexState |
MultiplexState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MultiplexState |
MultiplexSummary.state()
The current state of the multiplex.
|
MultiplexState |
DescribeMultiplexResponse.state()
The current state of the multiplex.
|
MultiplexState |
StartMultiplexResponse.state()
The current state of the multiplex.
|
MultiplexState |
DeleteMultiplexResponse.state()
The current state of the multiplex.
|
MultiplexState |
StopMultiplexResponse.state()
The current state of the multiplex.
|
MultiplexState |
Multiplex.state()
The current state of the multiplex.
|
static MultiplexState |
MultiplexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiplexState[] |
MultiplexState.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<MultiplexState> |
MultiplexState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MultiplexSummary.Builder |
MultiplexSummary.Builder.state(MultiplexState state)
The current state of the multiplex.
|
DescribeMultiplexResponse.Builder |
DescribeMultiplexResponse.Builder.state(MultiplexState state)
The current state of the multiplex.
|
StartMultiplexResponse.Builder |
StartMultiplexResponse.Builder.state(MultiplexState state)
The current state of the multiplex.
|
DeleteMultiplexResponse.Builder |
DeleteMultiplexResponse.Builder.state(MultiplexState state)
The current state of the multiplex.
|
StopMultiplexResponse.Builder |
StopMultiplexResponse.Builder.state(MultiplexState state)
The current state of the multiplex.
|
Multiplex.Builder |
Multiplex.Builder.state(MultiplexState state)
The current state of the multiplex.
|
Copyright © 2022. All rights reserved.