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