Uses of Interface
software.amazon.awssdk.services.transcribestreaming.auth.scheme.TranscribeStreamingAuthSchemeParams
-
-
Uses of TranscribeStreamingAuthSchemeParams in software.amazon.awssdk.services.transcribestreaming.auth.scheme
Methods in software.amazon.awssdk.services.transcribestreaming.auth.scheme that return TranscribeStreamingAuthSchemeParams Modifier and Type Method Description TranscribeStreamingAuthSchemeParamsTranscribeStreamingAuthSchemeParams.Builder. build()Returns aTranscribeStreamingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.transcribestreaming.auth.scheme with parameters of type TranscribeStreamingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>TranscribeStreamingAuthSchemeProvider. resolveAuthScheme(TranscribeStreamingAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of TranscribeStreamingAuthSchemeParams in software.amazon.awssdk.services.transcribestreaming.auth.scheme.internal
Classes in software.amazon.awssdk.services.transcribestreaming.auth.scheme.internal that implement TranscribeStreamingAuthSchemeParams Modifier and Type Class Description classDefaultTranscribeStreamingAuthSchemeParamsMethods in software.amazon.awssdk.services.transcribestreaming.auth.scheme.internal with parameters of type TranscribeStreamingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultTranscribeStreamingAuthSchemeProvider. resolveAuthScheme(TranscribeStreamingAuthSchemeParams params)List<AuthSchemeOption>PreferredTranscribeStreamingAuthSchemeProvider. resolveAuthScheme(TranscribeStreamingAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.
-