Uses of Interface
software.amazon.awssdk.services.apigatewayv2.auth.scheme.ApiGatewayV2AuthSchemeParams.Builder
-
Packages that use ApiGatewayV2AuthSchemeParams.Builder Package Description software.amazon.awssdk.services.apigatewayv2.auth.scheme software.amazon.awssdk.services.apigatewayv2.auth.scheme.internal -
-
Uses of ApiGatewayV2AuthSchemeParams.Builder in software.amazon.awssdk.services.apigatewayv2.auth.scheme
Methods in software.amazon.awssdk.services.apigatewayv2.auth.scheme that return ApiGatewayV2AuthSchemeParams.Builder Modifier and Type Method Description static ApiGatewayV2AuthSchemeParams.BuilderApiGatewayV2AuthSchemeParams. builder()Get a new builder for creating aApiGatewayV2AuthSchemeParams.ApiGatewayV2AuthSchemeParams.BuilderApiGatewayV2AuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.ApiGatewayV2AuthSchemeParams.BuilderApiGatewayV2AuthSchemeParams.Builder. region(Region region)Set the region.ApiGatewayV2AuthSchemeParams.BuilderApiGatewayV2AuthSchemeParams. toBuilder()Returns aApiGatewayV2AuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.apigatewayv2.auth.scheme with type arguments of type ApiGatewayV2AuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>ApiGatewayV2AuthSchemeProvider. resolveAuthScheme(Consumer<ApiGatewayV2AuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of ApiGatewayV2AuthSchemeParams.Builder in software.amazon.awssdk.services.apigatewayv2.auth.scheme.internal
Methods in software.amazon.awssdk.services.apigatewayv2.auth.scheme.internal that return ApiGatewayV2AuthSchemeParams.Builder Modifier and Type Method Description static ApiGatewayV2AuthSchemeParams.BuilderDefaultApiGatewayV2AuthSchemeParams. builder()ApiGatewayV2AuthSchemeParams.BuilderDefaultApiGatewayV2AuthSchemeParams. toBuilder()
-