| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelState |
ChannelState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateChannelResult |
CreateChannelResult.withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
DescribeChannelResult |
DescribeChannelResult.withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResult |
UpdateChannelResult.withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
Copyright © 2021. All rights reserved.