Uses of Interface
software.amazon.awssdk.services.medialive.auth.scheme.MediaLiveAuthSchemeParams
-
Packages that use MediaLiveAuthSchemeParams Package Description software.amazon.awssdk.services.medialive.auth.scheme software.amazon.awssdk.services.medialive.auth.scheme.internal -
-
Uses of MediaLiveAuthSchemeParams in software.amazon.awssdk.services.medialive.auth.scheme
Methods in software.amazon.awssdk.services.medialive.auth.scheme that return MediaLiveAuthSchemeParams Modifier and Type Method Description MediaLiveAuthSchemeParamsMediaLiveAuthSchemeParams.Builder. build()Returns aMediaLiveAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.medialive.auth.scheme with parameters of type MediaLiveAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>MediaLiveAuthSchemeProvider. resolveAuthScheme(MediaLiveAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of MediaLiveAuthSchemeParams in software.amazon.awssdk.services.medialive.auth.scheme.internal
Classes in software.amazon.awssdk.services.medialive.auth.scheme.internal that implement MediaLiveAuthSchemeParams Modifier and Type Class Description classDefaultMediaLiveAuthSchemeParamsMethods in software.amazon.awssdk.services.medialive.auth.scheme.internal with parameters of type MediaLiveAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultMediaLiveAuthSchemeProvider. resolveAuthScheme(MediaLiveAuthSchemeParams params)
-