| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelType |
UpdateChannelRequest.type()
Channel type, which determines the allowable resolution and bitrate.
|
ChannelType |
Channel.type()
Channel type, which determines the allowable resolution and bitrate.
|
ChannelType |
ChannelSummary.type()
Channel type, which determines the allowable resolution and bitrate.
|
ChannelType |
CreateChannelRequest.type()
Channel type, which determines the allowable resolution and bitrate.
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.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<ChannelType> |
ChannelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
Channel.Builder |
Channel.Builder.type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
ChannelSummary.Builder |
ChannelSummary.Builder.type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.type(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
Copyright © 2023. All rights reserved.