Uses of Class
com.oracle.bmc.aivision.requests.DeleteProjectRequest
-
Packages that use DeleteProjectRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of DeleteProjectRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectResponse
AIServiceVision. deleteProject(DeleteProjectRequest request)
Delete a project by identifier.Future<DeleteProjectResponse>
AIServiceVisionAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Delete a project by identifier.Future<DeleteProjectResponse>
AIServiceVisionAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
DeleteProjectResponse
AIServiceVisionClient. deleteProject(DeleteProjectRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type DeleteProjectRequest Modifier and Type Method Description Future<DeleteProjectResponse>
AIServiceVisionAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Delete a project by identifier.Future<DeleteProjectResponse>
AIServiceVisionAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
-
Uses of DeleteProjectRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.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.aivision.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.
-