Uses of Class
com.oracle.bmc.aivision.requests.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of UpdateProjectRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResponse
AIServiceVision. updateProject(UpdateProjectRequest request)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceVisionAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceVisionAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
UpdateProjectResponse
AIServiceVisionClient. updateProject(UpdateProjectRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type UpdateProjectRequest Modifier and Type Method Description Future<UpdateProjectResponse>
AIServiceVisionAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceVisionAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest
UpdateProjectRequest.Builder. build()
Build the instance of UpdateProjectRequest as configured by this builderUpdateProjectRequest
UpdateProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProjectRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest.Builder
UpdateProjectRequest.Builder. copy(UpdateProjectRequest o)
Copy method to populate the builder with values from the given instance.
-