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