Uses of Class
software.amazon.awscdk.services.apigatewayv2.integrations.HttpUrlIntegration.Builder
Packages that use HttpUrlIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpUrlIntegration.Builder in software.amazon.awscdk.services.apigatewayv2.integrations
Methods in software.amazon.awscdk.services.apigatewayv2.integrations that return HttpUrlIntegration.BuilderModifier and TypeMethodDescriptionstatic HttpUrlIntegration.BuilderHttpUrlIntegration.Builder.method(HttpMethod method) (experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpUrlIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.