Uses of Class
com.oracle.bmc.dataintegration.responses.DeletePatchResponse
-
Packages that use DeletePatchResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeletePatchResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeletePatchResponse Modifier and Type Method Description DeletePatchResponse
DataIntegration. deletePatch(DeletePatchRequest request)
Removes a patch using the specified identifier.DeletePatchResponse
DataIntegrationClient. deletePatch(DeletePatchRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeletePatchResponse Modifier and Type Method Description Future<DeletePatchResponse>
DataIntegrationAsync. deletePatch(DeletePatchRequest request, AsyncHandler<DeletePatchRequest,DeletePatchResponse> handler)
Removes a patch using the specified identifier.Future<DeletePatchResponse>
DataIntegrationAsyncClient. deletePatch(DeletePatchRequest request, AsyncHandler<DeletePatchRequest,DeletePatchResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeletePatchResponse Modifier and Type Method Description Future<DeletePatchResponse>
DataIntegrationAsync. deletePatch(DeletePatchRequest request, AsyncHandler<DeletePatchRequest,DeletePatchResponse> handler)
Removes a patch using the specified identifier.Future<DeletePatchResponse>
DataIntegrationAsyncClient. deletePatch(DeletePatchRequest request, AsyncHandler<DeletePatchRequest,DeletePatchResponse> handler)
-
Uses of DeletePatchResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeletePatchResponse Modifier and Type Method Description DeletePatchResponse
DeletePatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeletePatchResponse Modifier and Type Method Description DeletePatchResponse.Builder
DeletePatchResponse.Builder. copy(DeletePatchResponse o)
Copy method to populate the builder with values from the given instance.
-