Uses of Class
com.amazonaws.services.apigateway.model.IntegrationResponse
-
Packages that use IntegrationResponse Package Description com.amazonaws.services.apigateway.model -
-
Uses of IntegrationResponse in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return IntegrationResponse Modifier and Type Method Description IntegrationResponseIntegrationResponse. addResponseParametersEntry(String key, String value)IntegrationResponseIntegrationResponse. addResponseTemplatesEntry(String key, String value)IntegrationResponseIntegrationResponse. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.IntegrationResponseIntegrationResponse. clearResponseTemplatesEntries()Removes all the entries added into ResponseTemplates.IntegrationResponseIntegrationResponse. clone()IntegrationResponseIntegrationResponse. withResponseParameters(Map<String,String> responseParameters)Represents response parameters that can be read from the backend response.IntegrationResponseIntegrationResponse. withResponseTemplates(Map<String,String> responseTemplates)Specifies the templates used to transform the integration response body.IntegrationResponseIntegrationResponse. withSelectionPattern(String selectionPattern)Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.IntegrationResponseIntegrationResponse. withStatusCode(String statusCode)Specifies the status code that is used to map the integration response to an existing MethodResponse.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type IntegrationResponse Modifier and Type Method Description Map<String,IntegrationResponse>GetIntegrationResult. getIntegrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>Integration. getIntegrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>PutIntegrationResult. getIntegrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>UpdateIntegrationResult. getIntegrationResponses()Specifies the integration's responses.Methods in com.amazonaws.services.apigateway.model with parameters of type IntegrationResponse Modifier and Type Method Description GetIntegrationResultGetIntegrationResult. addIntegrationResponsesEntry(String key, IntegrationResponse value)IntegrationIntegration. addIntegrationResponsesEntry(String key, IntegrationResponse value)PutIntegrationResultPutIntegrationResult. addIntegrationResponsesEntry(String key, IntegrationResponse value)UpdateIntegrationResultUpdateIntegrationResult. addIntegrationResponsesEntry(String key, IntegrationResponse value)Method parameters in com.amazonaws.services.apigateway.model with type arguments of type IntegrationResponse Modifier and Type Method Description voidGetIntegrationResult. setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.voidIntegration. setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.voidPutIntegrationResult. setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.voidUpdateIntegrationResult. setIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.GetIntegrationResultGetIntegrationResult. withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.IntegrationIntegration. withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.PutIntegrationResultPutIntegrationResult. withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.UpdateIntegrationResultUpdateIntegrationResult. withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.
-