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