| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpIntegration.Builder |
HttpIntegration.Builder.create(String url) |
HttpIntegration.Builder |
HttpIntegration.Builder.httpMethod(String httpMethod)
(experimental) HTTP method to use when invoking the backend URL.
|
HttpIntegration.Builder |
HttpIntegration.Builder.options(IntegrationOptions options)
(experimental) Integration options, such as request/resopnse mapping, content handling, etc.
|
HttpIntegration.Builder |
HttpIntegration.Builder.proxy(Boolean proxy)
(experimental) Determines whether to use proxy integration or custom integration.
|
Copyright © 2021. All rights reserved.