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