Uses of Class
com.oracle.bmc.aianomalydetection.requests.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of UpdateProjectRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResponse
AnomalyDetection. updateProject(UpdateProjectRequest request)
Updates the ProjectFuture<UpdateProjectResponse>
AnomalyDetectionAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the ProjectFuture<UpdateProjectResponse>
AnomalyDetectionAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
UpdateProjectResponse
AnomalyDetectionClient. updateProject(UpdateProjectRequest request)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type UpdateProjectRequest Modifier and Type Method Description Future<UpdateProjectResponse>
AnomalyDetectionAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the ProjectFuture<UpdateProjectResponse>
AnomalyDetectionAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.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.aianomalydetection.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.
-