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