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