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 UpdateIntegrationResponseResultAbstractAmazonApiGateway. updateIntegrationResponse(UpdateIntegrationResponseRequest request)UpdateIntegrationResponseResultAmazonApiGateway. updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)Represents an update integration response.UpdateIntegrationResponseResultAmazonApiGatewayClient. 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 UpdateIntegrationResponseResultUpdateIntegrationResponseResult. addResponseParametersEntry(String key, String value)UpdateIntegrationResponseResultUpdateIntegrationResponseResult. addResponseTemplatesEntry(String key, String value)UpdateIntegrationResponseResultUpdateIntegrationResponseResult. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.UpdateIntegrationResponseResultUpdateIntegrationResponseResult. clearResponseTemplatesEntries()Removes all the entries added into ResponseTemplates.UpdateIntegrationResponseResultUpdateIntegrationResponseResult. clone()UpdateIntegrationResponseResultUpdateIntegrationResponseResult. withResponseParameters(Map<String,String> responseParameters)Represents response parameters that can be read from the backend response.UpdateIntegrationResponseResultUpdateIntegrationResponseResult. withResponseTemplates(Map<String,String> responseTemplates)Specifies the templates used to transform the integration response body.UpdateIntegrationResponseResultUpdateIntegrationResponseResult. withSelectionPattern(String selectionPattern)Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend.UpdateIntegrationResponseResultUpdateIntegrationResponseResult. withStatusCode(String statusCode)Specifies the status code that is used to map the integration response to an existing MethodResponse.
-