Uses of Class
com.amazonaws.services.apigateway.model.UpdateIntegrationRequest
Packages that use UpdateIntegrationRequest
-
Uses of UpdateIntegrationRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateIntegrationRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateIntegration
(UpdateIntegrationRequest request) AmazonApiGateway.updateIntegration
(UpdateIntegrationRequest updateIntegrationRequest) Represents an update integration.AmazonApiGatewayClient.updateIntegration
(UpdateIntegrationRequest updateIntegrationRequest) Represents an update integration.AbstractAmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest request) AbstractAmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest request, AsyncHandler<UpdateIntegrationRequest, UpdateIntegrationResult> asyncHandler) AmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest updateIntegrationRequest) Represents an update integration.AmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest updateIntegrationRequest, AsyncHandler<UpdateIntegrationRequest, UpdateIntegrationResult> asyncHandler) Represents an update integration.AmazonApiGatewayAsyncClient.updateIntegrationAsync
(UpdateIntegrationRequest request) AmazonApiGatewayAsyncClient.updateIntegrationAsync
(UpdateIntegrationRequest request, AsyncHandler<UpdateIntegrationRequest, UpdateIntegrationResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateIntegrationRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest request, AsyncHandler<UpdateIntegrationRequest, UpdateIntegrationResult> asyncHandler) AmazonApiGatewayAsync.updateIntegrationAsync
(UpdateIntegrationRequest updateIntegrationRequest, AsyncHandler<UpdateIntegrationRequest, UpdateIntegrationResult> asyncHandler) Represents an update integration.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 UpdateIntegrationRequestModifier and TypeMethodDescriptionUpdateIntegrationRequest.clone()
UpdateIntegrationRequest.withHttpMethod
(String httpMethod) Represents an update integration request's HTTP method.UpdateIntegrationRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequest.withResourceId
(String resourceId) Represents an update integration request's resource identifier.UpdateIntegrationRequest.withRestApiId
(String restApiId) Represents an update integration request's API identifier.