Uses of Class
software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
-
Packages that use ContentHandlingStrategy Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of ContentHandlingStrategy in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ContentHandlingStrategy Modifier and Type Method Description ContentHandlingStrategyGetIntegrationResponse. contentHandling()Specifies how to handle request payload content type conversions.ContentHandlingStrategyGetIntegrationResponseResponse. contentHandling()Specifies how to handle response payload content type conversions.ContentHandlingStrategyIntegration. contentHandling()Specifies how to handle request payload content type conversions.ContentHandlingStrategyIntegrationResponse. contentHandling()Specifies how to handle response payload content type conversions.ContentHandlingStrategyPutIntegrationRequest. contentHandling()Specifies how to handle request payload content type conversions.ContentHandlingStrategyPutIntegrationResponse. contentHandling()Specifies how to handle request payload content type conversions.ContentHandlingStrategyPutIntegrationResponseRequest. contentHandling()Specifies how to handle response payload content type conversions.ContentHandlingStrategyPutIntegrationResponseResponse. contentHandling()Specifies how to handle response payload content type conversions.ContentHandlingStrategyUpdateIntegrationResponse. contentHandling()Specifies how to handle request payload content type conversions.ContentHandlingStrategyUpdateIntegrationResponseResponse. contentHandling()Specifies how to handle response payload content type conversions.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.apigateway.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.apigateway.model with parameters of type ContentHandlingStrategy Modifier and Type Method Description GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle request payload content type conversions.GetIntegrationResponseResponse.BuilderGetIntegrationResponseResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle response payload content type conversions.Integration.BuilderIntegration.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle request payload content type conversions.IntegrationResponse.BuilderIntegrationResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle response payload content type conversions.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle request payload content type conversions.PutIntegrationResponse.BuilderPutIntegrationResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle request payload content type conversions.PutIntegrationResponseRequest.BuilderPutIntegrationResponseRequest.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle response payload content type conversions.PutIntegrationResponseResponse.BuilderPutIntegrationResponseResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle response payload content type conversions.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle request payload content type conversions.UpdateIntegrationResponseResponse.BuilderUpdateIntegrationResponseResponse.Builder. contentHandling(ContentHandlingStrategy contentHandling)Specifies how to handle response payload content type conversions.
-