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