| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ContentHandling |
LambdaIntegrationOptions.Jsii$Proxy.getContentHandling() |
default ContentHandling |
IntegrationResponse.getContentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandling |
IntegrationResponse.Jsii$Proxy.getContentHandling() |
ContentHandling |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getContentHandling() |
default ContentHandling |
IntegrationOptions.getContentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandling |
IntegrationOptions.Jsii$Proxy.getContentHandling() |
static ContentHandling |
ContentHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentHandling[] |
ContentHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.contentHandling(ContentHandling contentHandling)
Sets the value of
IntegrationOptions.getContentHandling() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.contentHandling(ContentHandling contentHandling)
Specifies how to handle request payload content type conversions.
|
MockIntegration.Builder |
MockIntegration.Builder.contentHandling(ContentHandling contentHandling)
Specifies how to handle request payload content type conversions.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandling(ContentHandling contentHandling)
Sets the value of
IntegrationResponse.getContentHandling() |
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.contentHandling(ContentHandling contentHandling)
Sets the value of
IntegrationOptions.getContentHandling() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.contentHandling(ContentHandling contentHandling)
Sets the value of
IntegrationOptions.getContentHandling() |
Copyright © 2022. All rights reserved.