Uses of Class
com.amazonaws.services.apigateway.model.UpdateIntegrationResponseResult
-
Packages that use UpdateIntegrationResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateIntegrationResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateIntegrationResponseResult Modifier and Type Method Description UpdateIntegrationResponseResult
AbstractAmazonApiGateway. updateIntegrationResponse(UpdateIntegrationResponseRequest request)
UpdateIntegrationResponseResult
AmazonApiGateway. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.UpdateIntegrationResponseResult
AmazonApiGatewayClient. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateIntegrationResponseResult Modifier and Type Method Description Future<UpdateIntegrationResponseResult>
AbstractAmazonApiGatewayAsync. updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request, AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Future<UpdateIntegrationResponseResult>
AmazonApiGatewayAsync. updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest, AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.Future<UpdateIntegrationResponseResult>
AmazonApiGatewayAsyncClient. updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request, AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
-
Uses of UpdateIntegrationResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateIntegrationResponseResult Modifier and Type Method Description UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. addResponseParametersEntry(String key, String value)
UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. addResponseTemplatesEntry(String key, String value)
UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. clone()
UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend response.UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. withResponseTemplates(Map<String,String> responseTemplates)
Specifies the templates used to transform the integration response body.UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. withSelectionPattern(String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.UpdateIntegrationResponseResult
UpdateIntegrationResponseResult. withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
-