Uses of Class
com.oracle.bmc.datascience.responses.DeleteComputeTargetResponse
-
Packages that use DeleteComputeTargetResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of DeleteComputeTargetResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return DeleteComputeTargetResponse Modifier and Type Method Description DeleteComputeTargetResponseDataScience. deleteComputeTarget(DeleteComputeTargetRequest request)Deletes the specified compute target.DeleteComputeTargetResponseDataScienceClient. deleteComputeTarget(DeleteComputeTargetRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type DeleteComputeTargetResponse Modifier and Type Method Description Future<DeleteComputeTargetResponse>DataScienceAsync. deleteComputeTarget(DeleteComputeTargetRequest request, AsyncHandler<DeleteComputeTargetRequest,DeleteComputeTargetResponse> handler)Deletes the specified compute target.Future<DeleteComputeTargetResponse>DataScienceAsyncClient. deleteComputeTarget(DeleteComputeTargetRequest request, AsyncHandler<DeleteComputeTargetRequest,DeleteComputeTargetResponse> handler)Method parameters in com.oracle.bmc.datascience with type arguments of type DeleteComputeTargetResponse Modifier and Type Method Description Future<DeleteComputeTargetResponse>DataScienceAsync. deleteComputeTarget(DeleteComputeTargetRequest request, AsyncHandler<DeleteComputeTargetRequest,DeleteComputeTargetResponse> handler)Deletes the specified compute target.Future<DeleteComputeTargetResponse>DataScienceAsyncClient. deleteComputeTarget(DeleteComputeTargetRequest request, AsyncHandler<DeleteComputeTargetRequest,DeleteComputeTargetResponse> handler) -
Uses of DeleteComputeTargetResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return DeleteComputeTargetResponse Modifier and Type Method Description DeleteComputeTargetResponseDeleteComputeTargetResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type DeleteComputeTargetResponse Modifier and Type Method Description DeleteComputeTargetResponse.BuilderDeleteComputeTargetResponse.Builder. copy(DeleteComputeTargetResponse o)Copy method to populate the builder with values from the given instance.
-