Uses of Enum
software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
Packages that use ContentHandlingStrategy
-
Uses of ContentHandlingStrategy in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ContentHandlingStrategyModifier and TypeMethodDescriptionfinal ContentHandlingStrategyGetIntegrationResponse.contentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingStrategyGetIntegrationResponseResponse.contentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingStrategyIntegration.contentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingStrategyIntegrationResponse.contentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingStrategyPutIntegrationRequest.contentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingStrategyPutIntegrationResponse.contentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingStrategyPutIntegrationResponseRequest.contentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingStrategyPutIntegrationResponseResponse.contentHandling()Specifies how to handle response payload content type conversions.final ContentHandlingStrategyUpdateIntegrationResponse.contentHandling()Specifies how to handle request payload content type conversions.final ContentHandlingStrategyUpdateIntegrationResponseResponse.contentHandling()Specifies how to handle response payload content type conversions.static ContentHandlingStrategyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentHandlingStrategyReturns 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.apigateway.model that return types with arguments of type ContentHandlingStrategyModifier and TypeMethodDescriptionstatic Set<ContentHandlingStrategy>ContentHandlingStrategy.knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ContentHandlingStrategyModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.GetIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.Integration.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.IntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.PutIntegrationRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationResponseRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.PutIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.UpdateIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.UpdateIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.