Uses of Class
com.oracle.bmc.aidocument.requests.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of UpdateProjectRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResponse
AIServiceDocument. updateProject(UpdateProjectRequest request)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceDocumentAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceDocumentAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
UpdateProjectResponse
AIServiceDocumentClient. updateProject(UpdateProjectRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type UpdateProjectRequest Modifier and Type Method Description Future<UpdateProjectResponse>
AIServiceDocumentAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Update the project metadata.Future<UpdateProjectResponse>
AIServiceDocumentAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.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.aidocument.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.
-