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 UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. clone()
UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withHttpMethod(String httpMethod)
Specifies an update integration response request's HTTP method.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withResourceId(String resourceId)
Specifies an update integration response request's resource identifier.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withRestApiId(String restApiId)
Specifies an update integration response request's API identifier.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withStatusCode(String statusCode)
Specifies an update integration response request's status code.
-