Class DefaultApiGatewayV2AuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.auth.scheme.internal.DefaultApiGatewayV2AuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,ApiGatewayV2AuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultApiGatewayV2AuthSchemeProvider
extends Object
implements ApiGatewayV2AuthSchemeProvider
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Resolve the auth schemes based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.auth.scheme.ApiGatewayV2AuthSchemeProvider
resolveAuthScheme
-
Method Details
-
create
-
resolveAuthScheme
Description copied from interface:ApiGatewayV2AuthSchemeProvider
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceApiGatewayV2AuthSchemeProvider
-