Uses of Class
software.amazon.awssdk.services.medialive.model.AuthenticationScheme
-
Packages that use AuthenticationScheme Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AuthenticationScheme in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AuthenticationScheme Modifier and Type Method Description AuthenticationSchemeRtmpGroupSettings. authenticationScheme()Authentication scheme to use when connecting with CDNstatic AuthenticationSchemeAuthenticationScheme. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationSchemeAuthenticationScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationScheme[]AuthenticationScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AuthenticationScheme Modifier and Type Method Description static Set<AuthenticationScheme>AuthenticationScheme. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AuthenticationScheme Modifier and Type Method Description RtmpGroupSettings.BuilderRtmpGroupSettings.Builder. authenticationScheme(AuthenticationScheme authenticationScheme)Authentication scheme to use when connecting with CDN
-