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