Uses of Enum
software.amazon.awscdk.services.apigatewayv2.ContentHandling
Packages that use ContentHandling
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of ContentHandling in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return ContentHandlingModifier and TypeMethodDescriptiondefault ContentHandlingWebSocketAwsIntegrationProps.getContentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingWebSocketAwsIntegrationProps.Jsii$Proxy.getContentHandling()default ContentHandlingWebSocketLambdaIntegrationProps.getContentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingWebSocketLambdaIntegrationProps.Jsii$Proxy.getContentHandling()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type ContentHandlingModifier and TypeMethodDescriptionWebSocketAwsIntegration.Builder.contentHandling(ContentHandling contentHandling) Specifies how to handle response payload content type conversions.WebSocketAwsIntegrationProps.Builder.contentHandling(ContentHandling contentHandling) Sets the value ofWebSocketAwsIntegrationProps.getContentHandling()WebSocketLambdaIntegration.Builder.contentHandling(ContentHandling contentHandling) Specifies how to handle response payload content type conversions.WebSocketLambdaIntegrationProps.Builder.contentHandling(ContentHandling contentHandling) Sets the value ofWebSocketLambdaIntegrationProps.getContentHandling() -
Uses of ContentHandling in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ContentHandlingModifier and TypeMethodDescriptiondefault ContentHandlingWebSocketIntegrationProps.getContentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingWebSocketIntegrationProps.Jsii$Proxy.getContentHandling()default ContentHandlingWebSocketRouteIntegrationConfig.getContentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingWebSocketRouteIntegrationConfig.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.apigatewayv2 with parameters of type ContentHandlingModifier and TypeMethodDescriptionWebSocketIntegration.Builder.contentHandling(ContentHandling contentHandling) Specifies how to handle response payload content type conversions.WebSocketIntegrationProps.Builder.contentHandling(ContentHandling contentHandling) Sets the value ofWebSocketIntegrationProps.getContentHandling()WebSocketRouteIntegrationConfig.Builder.contentHandling(ContentHandling contentHandling) Sets the value ofWebSocketRouteIntegrationConfig.getContentHandling()