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 ContentHandlingIntegrationOptions.getContentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingIntegrationOptions.Jsii$Proxy.getContentHandling()default ContentHandlingIntegrationResponse.getContentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingIntegrationResponse.Jsii$Proxy.getContentHandling()final ContentHandlingLambdaIntegrationOptions.Jsii$Proxy.getContentHandling()final ContentHandlingSagemakerIntegrationOptions.Jsii$Proxy.getContentHandling()final ContentHandlingStepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getContentHandling()static ContentHandlingReturns 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()