Uses of Class
software.amazon.awssdk.services.ivs.model.ChannelType
-
Packages that use ChannelType Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of ChannelType in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelTypeChannel. type()Channel type, which determines the allowable resolution and bitrate.ChannelTypeChannelSummary. type()Channel type, which determines the allowable resolution and bitrate.ChannelTypeCreateChannelRequest. type()Channel type, which determines the allowable resolution and bitrate.ChannelTypeUpdateChannelRequest. type()Channel type, which determines the allowable resolution and bitrate.static ChannelTypeChannelType. 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.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type ChannelType Modifier and Type Method Description static Set<ChannelType>ChannelType. knownValues()Methods in software.amazon.awssdk.services.ivs.model with parameters of type ChannelType Modifier and Type Method Description Channel.BuilderChannel.Builder. type(ChannelType type)Channel type, which determines the allowable resolution and bitrate.ChannelSummary.BuilderChannelSummary.Builder. type(ChannelType type)Channel type, which determines the allowable resolution and bitrate.CreateChannelRequest.BuilderCreateChannelRequest.Builder. type(ChannelType type)Channel type, which determines the allowable resolution and bitrate.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. type(ChannelType type)Channel type, which determines the allowable resolution and bitrate.
-