Uses of Class
com.oracle.bmc.datascience.requests.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of UpdateProjectRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResponse
DataScience. updateProject(UpdateProjectRequest request)
Updates the properties of a project.Future<UpdateProjectResponse>
DataScienceAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the properties of a project.Future<UpdateProjectResponse>
DataScienceAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
UpdateProjectResponse
DataScienceClient. updateProject(UpdateProjectRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateProjectRequest Modifier and Type Method Description Future<UpdateProjectResponse>
DataScienceAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the properties of a project.Future<UpdateProjectResponse>
DataScienceAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.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.datascience.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.
-