Uses of Class
com.oracle.bmc.aianomalydetection.requests.DeleteProjectRequest
-
Packages that use DeleteProjectRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of DeleteProjectRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectResponse
AnomalyDetection. deleteProject(DeleteProjectRequest request)
Deletes a Project resource by identifier.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)
DeleteProjectResponse
AnomalyDetectionClient. deleteProject(DeleteProjectRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type DeleteProjectRequest 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 DeleteProjectRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return DeleteProjectRequest Modifier and Type Method Description DeleteProjectRequest
DeleteProjectRequest.Builder. build()
Build the instance of DeleteProjectRequest as configured by this builderDeleteProjectRequest
DeleteProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteProjectRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectRequest.Builder
DeleteProjectRequest.Builder. copy(DeleteProjectRequest o)
Copy method to populate the builder with values from the given instance.
-