Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.ContentHandlingStrategy
-
Packages that use ContentHandlingStrategy Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of ContentHandlingStrategy in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return ContentHandlingStrategy Modifier and Type Method Description ContentHandlingStrategyCreateIntegrationRequest. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyCreateIntegrationResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyCreateIntegrationResponseRequest. contentHandlingStrategy()Specifies how to handle response payload content type conversions.ContentHandlingStrategyCreateIntegrationResponseResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyGetIntegrationResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyGetIntegrationResponseResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyIntegration. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyIntegrationResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyUpdateIntegrationRequest. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyUpdateIntegrationResponse. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyUpdateIntegrationResponseRequest. contentHandlingStrategy()Supported only for WebSocket APIs.ContentHandlingStrategyUpdateIntegrationResponseResponse. contentHandlingStrategy()Supported only for WebSocket APIs.static ContentHandlingStrategyContentHandlingStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentHandlingStrategyContentHandlingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentHandlingStrategy[]ContentHandlingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type ContentHandlingStrategy Modifier and Type Method Description static Set<ContentHandlingStrategy>ContentHandlingStrategy. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type ContentHandlingStrategy Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.CreateIntegrationResponseRequest.BuilderCreateIntegrationResponseRequest.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Specifies how to handle response payload content type conversions.CreateIntegrationResponseResponse.BuilderCreateIntegrationResponseResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.GetIntegrationResponseResponse.BuilderGetIntegrationResponseResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.Integration.BuilderIntegration.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.IntegrationResponse.BuilderIntegrationResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.UpdateIntegrationResponseResponse.BuilderUpdateIntegrationResponseResponse.Builder. contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)Supported only for WebSocket APIs.
-