Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ChannelType
-
Packages that use ChannelType Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ChannelType in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ChannelType Modifier and Type Method Description ChannelTypeChannelInfo. channelType()The type of the signaling channel.ChannelTypeCreateSignalingChannelRequest. channelType()A type of the signaling channel that you are creating.static ChannelTypeChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.kinesisvideo.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.kinesisvideo.model with parameters of type ChannelType Modifier and Type Method Description ChannelInfo.BuilderChannelInfo.Builder. channelType(ChannelType channelType)The type of the signaling channel.CreateSignalingChannelRequest.BuilderCreateSignalingChannelRequest.Builder. channelType(ChannelType channelType)A type of the signaling channel that you are creating.
-