| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
static HttpProxyIntegration.Builder |
HttpProxyIntegration.Builder.create() |
HttpProxyIntegration.Builder |
HttpProxyIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpProxyIntegration.Builder |
HttpProxyIntegration.Builder.url(String url)
(experimental) The full-qualified HTTP URL for the HTTP integration.
|
Copyright © 2021. All rights reserved.