Uses of Interface
software.amazon.awssdk.services.outposts.auth.scheme.OutpostsAuthSchemeParams
Packages that use OutpostsAuthSchemeParams
Package
Description
-
Uses of OutpostsAuthSchemeParams in software.amazon.awssdk.services.outposts.auth.scheme
Methods in software.amazon.awssdk.services.outposts.auth.scheme that return OutpostsAuthSchemeParamsModifier and TypeMethodDescriptionOutpostsAuthSchemeParams.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 OutpostsAuthSchemeParamsModifier and TypeMethodDescriptionOutpostsAuthSchemeProvider.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 OutpostsAuthSchemeParamsMethods in software.amazon.awssdk.services.outposts.auth.scheme.internal with parameters of type OutpostsAuthSchemeParamsModifier and TypeMethodDescriptionDefaultOutpostsAuthSchemeProvider.resolveAuthScheme(OutpostsAuthSchemeParams params) PreferredOutpostsAuthSchemeProvider.resolveAuthScheme(OutpostsAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.