Uses of Class
com.oracle.bmc.aianomalydetection.responses.DeleteProjectResponse
-
Packages that use DeleteProjectResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of DeleteProjectResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponse
AnomalyDetection. deleteProject(DeleteProjectRequest request)
Deletes a Project resource by identifier.DeleteProjectResponse
AnomalyDetectionClient. deleteProject(DeleteProjectRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type DeleteProjectResponse Modifier and Type Method Description Future<DeleteProjectResponse>
AnomalyDetectionAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Deletes a Project resource by identifier.Future<DeleteProjectResponse>
AnomalyDetectionAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteProjectResponse Modifier and Type Method Description Future<DeleteProjectResponse>
AnomalyDetectionAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Deletes a Project resource by identifier.Future<DeleteProjectResponse>
AnomalyDetectionAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
-
Uses of DeleteProjectResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponse
DeleteProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponse.Builder
DeleteProjectResponse.Builder. copy(DeleteProjectResponse o)
Copy method to populate the builder with values from the given instance.
-