Uses of Enum
software.amazon.awscdk.aws_apigatewayv2_authorizers.HttpLambdaResponseType
Packages that use HttpLambdaResponseType
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpLambdaResponseType in software.amazon.awscdk.aws_apigatewayv2_authorizers
Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return HttpLambdaResponseTypeModifier and TypeMethodDescriptionstatic HttpLambdaResponseType
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.Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return types with arguments of type HttpLambdaResponseTypeModifier and TypeMethodDescriptiondefault List<HttpLambdaResponseType>
HttpLambdaAuthorizerProps.getResponseTypes()
The types of responses the lambda can return.final List<HttpLambdaResponseType>
HttpLambdaAuthorizerProps.Jsii$Proxy.getResponseTypes()
Method parameters in software.amazon.awscdk.aws_apigatewayv2_authorizers with type arguments of type HttpLambdaResponseTypeModifier and TypeMethodDescriptionHttpLambdaAuthorizer.Builder.responseTypes
(List<? extends HttpLambdaResponseType> responseTypes) The types of responses the lambda can return.HttpLambdaAuthorizerProps.Builder.responseTypes
(List<? extends HttpLambdaResponseType> responseTypes) Sets the value ofHttpLambdaAuthorizerProps.getResponseTypes()