| 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 |
|---|---|
List<IntegrationResponse> |
LambdaIntegrationOptions.Jsii$Proxy.getIntegrationResponses() |
List<IntegrationResponse> |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getIntegrationResponses() |
default List<IntegrationResponse> |
IntegrationOptions.getIntegrationResponses()
The response that API Gateway provides after a method's backend completes processing a request.
|
List<IntegrationResponse> |
IntegrationOptions.Jsii$Proxy.getIntegrationResponses() |
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
Sets the value of
IntegrationOptions.getIntegrationResponses() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
The response that API Gateway provides after a method's backend completes processing a request.
|
MockIntegration.Builder |
MockIntegration.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
The response that API Gateway provides after a method's backend completes processing a request.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
Sets the value of
IntegrationOptions.getIntegrationResponses() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.integrationResponses(List<? extends IntegrationResponse> integrationResponses)
Sets the value of
IntegrationOptions.getIntegrationResponses() |
Copyright © 2022. All rights reserved.