Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ChannelRole
-
Packages that use ChannelRole Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ChannelRole in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ChannelRole Modifier and Type Method Description static ChannelRoleChannelRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelRoleSingleMasterChannelEndpointConfiguration. role()This property is used to determine messaging permissions in thisSINGLE_MASTERsignaling channel.static ChannelRoleChannelRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelRole[]ChannelRole. 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 ChannelRole Modifier and Type Method Description static Set<ChannelRole>ChannelRole. knownValues()Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type ChannelRole Modifier and Type Method Description SingleMasterChannelEndpointConfiguration.BuilderSingleMasterChannelEndpointConfiguration.Builder. role(ChannelRole role)This property is used to determine messaging permissions in thisSINGLE_MASTERsignaling channel.
-