Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Packages that use GetIntegrationResponseResponse.Builder
-
Uses of GetIntegrationResponseResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetIntegrationResponseResponse.BuilderModifier and TypeMethodDescriptionGetIntegrationResponseResponse.builder()GetIntegrationResponseResponse.Builder.contentHandling(String contentHandling) Specifies how to handle response payload content type conversions.GetIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.GetIntegrationResponseResponse.Builder.responseParameters(Map<String, String> responseParameters) A key-value map specifying response parameters that are passed to the method response from the back end.GetIntegrationResponseResponse.Builder.responseTemplates(Map<String, String> responseTemplates) Specifies the templates used to transform the integration response body.GetIntegrationResponseResponse.Builder.selectionPattern(String selectionPattern) Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.GetIntegrationResponseResponse.Builder.statusCode(String statusCode) Specifies the status code that is used to map the integration response to an existing MethodResponse.GetIntegrationResponseResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetIntegrationResponseResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIntegrationResponseResponse.Builder>GetIntegrationResponseResponse.serializableBuilderClass()