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