Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateProjectResponse
-
Packages that use UpdateProjectResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateProjectResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
DataIntegration. updateProject(UpdateProjectRequest request)
Updates a specific project.UpdateProjectResponse
DataIntegrationClient. updateProject(UpdateProjectRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
DataIntegrationAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates a specific project.Future<UpdateProjectResponse>
DataIntegrationAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
DataIntegrationAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates a specific project.Future<UpdateProjectResponse>
DataIntegrationAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
UpdateProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.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.
-