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