Uses of Class
com.oracle.bmc.datascience.responses.DeleteMlApplicationResponse
- 
Packages that use DeleteMlApplicationResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses 
- 
- 
Uses of DeleteMlApplicationResponse in com.oracle.bmc.datascienceMethods in com.oracle.bmc.datascience that return DeleteMlApplicationResponse Modifier and Type Method Description DeleteMlApplicationResponseDataScience. deleteMlApplication(DeleteMlApplicationRequest request)Deletes a MlApplication resource by identifierDeleteMlApplicationResponseDataScienceClient. deleteMlApplication(DeleteMlApplicationRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type DeleteMlApplicationResponse Modifier and Type Method Description Future<DeleteMlApplicationResponse>DataScienceAsync. deleteMlApplication(DeleteMlApplicationRequest request, AsyncHandler<DeleteMlApplicationRequest,DeleteMlApplicationResponse> handler)Deletes a MlApplication resource by identifierFuture<DeleteMlApplicationResponse>DataScienceAsyncClient. deleteMlApplication(DeleteMlApplicationRequest request, AsyncHandler<DeleteMlApplicationRequest,DeleteMlApplicationResponse> handler)Method parameters in com.oracle.bmc.datascience with type arguments of type DeleteMlApplicationResponse Modifier and Type Method Description Future<DeleteMlApplicationResponse>DataScienceAsync. deleteMlApplication(DeleteMlApplicationRequest request, AsyncHandler<DeleteMlApplicationRequest,DeleteMlApplicationResponse> handler)Deletes a MlApplication resource by identifierFuture<DeleteMlApplicationResponse>DataScienceAsyncClient. deleteMlApplication(DeleteMlApplicationRequest request, AsyncHandler<DeleteMlApplicationRequest,DeleteMlApplicationResponse> handler)
- 
Uses of DeleteMlApplicationResponse in com.oracle.bmc.datascience.responsesMethods in com.oracle.bmc.datascience.responses that return DeleteMlApplicationResponse Modifier and Type Method Description DeleteMlApplicationResponseDeleteMlApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type DeleteMlApplicationResponse Modifier and Type Method Description DeleteMlApplicationResponse.BuilderDeleteMlApplicationResponse.Builder. copy(DeleteMlApplicationResponse o)Copy method to populate the builder with values from the given instance.
 
-