Uses of Interface
software.amazon.awssdk.services.lambda.auth.scheme.LambdaAuthSchemeParams
Packages that use LambdaAuthSchemeParams
Package
Description
-
Uses of LambdaAuthSchemeParams in software.amazon.awssdk.services.lambda.auth.scheme
Methods in software.amazon.awssdk.services.lambda.auth.scheme that return LambdaAuthSchemeParamsModifier and TypeMethodDescriptionLambdaAuthSchemeParams.Builder.build()Returns aLambdaAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.lambda.auth.scheme with parameters of type LambdaAuthSchemeParamsModifier and TypeMethodDescriptionLambdaAuthSchemeProvider.resolveAuthScheme(LambdaAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of LambdaAuthSchemeParams in software.amazon.awssdk.services.lambda.auth.scheme.internal
Classes in software.amazon.awssdk.services.lambda.auth.scheme.internal that implement LambdaAuthSchemeParamsMethods in software.amazon.awssdk.services.lambda.auth.scheme.internal with parameters of type LambdaAuthSchemeParamsModifier and TypeMethodDescriptionDefaultLambdaAuthSchemeProvider.resolveAuthScheme(LambdaAuthSchemeParams params) PreferredLambdaAuthSchemeProvider.resolveAuthScheme(LambdaAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.