| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Method and Description |
|---|---|
static HttpLambdaResponseType |
HttpLambdaResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpLambdaResponseType[] |
HttpLambdaResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<HttpLambdaResponseType> |
HttpLambdaAuthorizerProps.getResponseTypes()
(experimental) The types of responses the lambda can return.
|
List<HttpLambdaResponseType> |
HttpLambdaAuthorizerProps.Jsii$Proxy.getResponseTypes() |
| Modifier and Type | Method and Description |
|---|---|
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.responseTypes(List<? extends HttpLambdaResponseType> responseTypes)
(experimental) The types of responses the lambda can return.
|
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.responseTypes(List<? extends HttpLambdaResponseType> responseTypes)
Sets the value of
HttpLambdaAuthorizerProps.getResponseTypes() |
Copyright © 2022. All rights reserved.