Uses of Class
com.oracle.bmc.ailanguage.responses.UpdateProjectResponse
-
Packages that use UpdateProjectResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of UpdateProjectResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
AIServiceLanguage. updateProject(UpdateProjectRequest request)
Updates the ProjectUpdateProjectResponse
AIServiceLanguageClient. updateProject(UpdateProjectRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
AIServiceLanguageAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the ProjectFuture<UpdateProjectResponse>
AIServiceLanguageAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
AIServiceLanguageAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the ProjectFuture<UpdateProjectResponse>
AIServiceLanguageAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
UpdateProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse.Builder
UpdateProjectResponse.Builder. copy(UpdateProjectResponse o)
Copy method to populate the builder with values from the given instance.
-