| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static MultiplexState |
MultiplexState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
MultiplexSummary |
MultiplexSummary.withState(MultiplexState state)
The current state of the multiplex.
|
StopMultiplexResult |
StopMultiplexResult.withState(MultiplexState state)
The current state of the multiplex.
|
StartMultiplexResult |
StartMultiplexResult.withState(MultiplexState state)
The current state of the multiplex.
|
DescribeMultiplexResult |
DescribeMultiplexResult.withState(MultiplexState state)
The current state of the multiplex.
|
DeleteMultiplexResult |
DeleteMultiplexResult.withState(MultiplexState state)
The current state of the multiplex.
|
Multiplex |
Multiplex.withState(MultiplexState state)
The current state of the multiplex.
|
Copyright © 2022. All rights reserved.