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