Uses of Class
com.amazonaws.services.apigateway.model.IntegrationResponse
Packages that use IntegrationResponse
-
Uses of IntegrationResponse in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return IntegrationResponseModifier and TypeMethodDescriptionIntegrationResponse.addResponseParametersEntry
(String key, String value) IntegrationResponse.addResponseTemplatesEntry
(String key, String value) IntegrationResponse.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.IntegrationResponse.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.IntegrationResponse.clone()
IntegrationResponse.withResponseParameters
(Map<String, String> responseParameters) Represents response parameters that can be read from the backend response.IntegrationResponse.withResponseTemplates
(Map<String, String> responseTemplates) Specifies the templates used to transform the integration response body.IntegrationResponse.withSelectionPattern
(String selectionPattern) Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.IntegrationResponse.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 IntegrationResponseModifier and TypeMethodDescriptionGetIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.Integration.getIntegrationResponses()
Specifies the integration's responses.PutIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.UpdateIntegrationResult.getIntegrationResponses()
Specifies the integration's responses.Methods in com.amazonaws.services.apigateway.model with parameters of type IntegrationResponseModifier and TypeMethodDescriptionGetIntegrationResult.addIntegrationResponsesEntry
(String key, IntegrationResponse value) Integration.addIntegrationResponsesEntry
(String key, IntegrationResponse value) PutIntegrationResult.addIntegrationResponsesEntry
(String key, IntegrationResponse value) UpdateIntegrationResult.addIntegrationResponsesEntry
(String key, IntegrationResponse value) Method parameters in com.amazonaws.services.apigateway.model with type arguments of type IntegrationResponseModifier and TypeMethodDescriptionvoid
GetIntegrationResult.setIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.void
Integration.setIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.void
PutIntegrationResult.setIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.void
UpdateIntegrationResult.setIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.GetIntegrationResult.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.Integration.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.PutIntegrationResult.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.UpdateIntegrationResult.withIntegrationResponses
(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.