| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelState |
CreateChannelResponse.channelState()
Indicates whether the channel is in a running state or not.
|
ChannelState |
DescribeChannelResponse.channelState()
Indicates whether the channel is in a running state or not.
|
ChannelState |
UpdateChannelResponse.channelState()
Indicates whether the channel is in a running state or not.
|
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.
|
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 |
|---|---|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
Copyright © 2022. All rights reserved.