Uses of Enum
software.amazon.awscdk.services.apigateway.ContentHandling
Packages that use ContentHandling
-
Uses of ContentHandling in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return ContentHandlingModifier and TypeMethodDescriptiondefault ContentHandling
IntegrationOptions.getContentHandling()
Specifies how to handle request payload content type conversions.final ContentHandling
IntegrationOptions.Jsii$Proxy.getContentHandling()
default ContentHandling
IntegrationResponse.getContentHandling()
Specifies how to handle request payload content type conversions.final ContentHandling
IntegrationResponse.Jsii$Proxy.getContentHandling()
final ContentHandling
LambdaIntegrationOptions.Jsii$Proxy.getContentHandling()
final ContentHandling
SagemakerIntegrationOptions.Jsii$Proxy.getContentHandling()
final ContentHandling
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getContentHandling()
static ContentHandling
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.Methods in software.amazon.awscdk.services.apigateway with parameters of type ContentHandlingModifier and TypeMethodDescriptionIntegrationOptions.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationOptions.getContentHandling()
IntegrationResponse.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationResponse.getContentHandling()
LambdaIntegration.Builder.contentHandling
(ContentHandling contentHandling) Specifies how to handle request payload content type conversions.LambdaIntegrationOptions.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationOptions.getContentHandling()
MockIntegration.Builder.contentHandling
(ContentHandling contentHandling) Specifies how to handle request payload content type conversions.SagemakerIntegration.Builder.contentHandling
(ContentHandling contentHandling) Specifies how to handle request payload content type conversions.SagemakerIntegrationOptions.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationOptions.getContentHandling()
StepFunctionsExecutionIntegrationOptions.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationOptions.getContentHandling()