| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationResponse.Jsii$Proxy
An implementation for
IntegrationResponse |
| Modifier and Type | Method and Description |
|---|---|
IntegrationResponse |
IntegrationResponse.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IntegrationResponse> |
IntegrationOptions.getIntegrationResponses()
(experimental) The response that API Gateway provides after a method's backend completes processing a request.
|
List<IntegrationResponse> |
IntegrationOptions.Jsii$Proxy.getIntegrationResponses() |
List<IntegrationResponse> |
LambdaIntegrationOptions.Jsii$Proxy.getIntegrationResponses() |
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegration.Builder |
LambdaIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
(experimental) The response that API Gateway provides after a method's backend completes processing a request.
|
IntegrationOptions.Builder |
IntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
Sets the value of
IntegrationOptions.getIntegrationResponses() |
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
Sets the value of
IntegrationOptions.getIntegrationResponses() |
MockIntegration.Builder |
MockIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
(experimental) The response that API Gateway provides after a method's backend completes processing a request.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowTestInvoke,
Boolean proxy,
List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
LambdaIntegrationOptions.Builder. |
Jsii$Proxy(List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
IntegrationOptions.Builder. |
Copyright © 2021. All rights reserved.