Uses of Class
com.amazonaws.services.apigateway.model.UpdateIntegrationRequest
-
Packages that use UpdateIntegrationRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateIntegrationRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateIntegrationRequest Modifier and Type Method Description Future<UpdateIntegrationResult>AbstractAmazonApiGatewayAsync. updateIntegrationAsync(UpdateIntegrationRequest request, AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)Future<UpdateIntegrationResult>AmazonApiGatewayAsync. updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest, AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)Represents an update integration.Future<UpdateIntegrationResult>AmazonApiGatewayAsyncClient. updateIntegrationAsync(UpdateIntegrationRequest request, AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) -
Uses of UpdateIntegrationRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateIntegrationRequest Modifier and Type Method Description UpdateIntegrationRequestUpdateIntegrationRequest. clone()UpdateIntegrationRequestUpdateIntegrationRequest. withHttpMethod(String httpMethod)Represents an update integration request's HTTP method.UpdateIntegrationRequestUpdateIntegrationRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequestUpdateIntegrationRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequestUpdateIntegrationRequest. withResourceId(String resourceId)Represents an update integration request's resource identifier.UpdateIntegrationRequestUpdateIntegrationRequest. withRestApiId(String restApiId)Represents an update integration request's API identifier.
-