Uses of Class
com.amazonaws.services.apigateway.model.UpdateIntegrationResponseRequest
-
Packages that use UpdateIntegrationResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateIntegrationResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateIntegrationResponseRequest 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 UpdateIntegrationResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateIntegrationResponseRequest Modifier and Type Method Description UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. clone()UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withHttpMethod(String httpMethod)Specifies an update integration response request's HTTP method.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withResourceId(String resourceId)Specifies an update integration response request's resource identifier.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withRestApiId(String restApiId)Specifies an update integration response request's API identifier.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withStatusCode(String statusCode)Specifies an update integration response request's status code.
-