Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateCloudDbSystemResponse
-
Packages that use UpdateCloudDbSystemResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateCloudDbSystemResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateCloudDbSystemResponse Modifier and Type Method Description UpdateCloudDbSystemResponse
DbManagement. updateCloudDbSystem(UpdateCloudDbSystemRequest request)
Updates the cloud DB system specified bycloudDbSystemId
.UpdateCloudDbSystemResponse
DbManagementClient. updateCloudDbSystem(UpdateCloudDbSystemRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateCloudDbSystemResponse Modifier and Type Method Description Future<UpdateCloudDbSystemResponse>
DbManagementAsync. updateCloudDbSystem(UpdateCloudDbSystemRequest request, AsyncHandler<UpdateCloudDbSystemRequest,UpdateCloudDbSystemResponse> handler)
Updates the cloud DB system specified bycloudDbSystemId
.Future<UpdateCloudDbSystemResponse>
DbManagementAsyncClient. updateCloudDbSystem(UpdateCloudDbSystemRequest request, AsyncHandler<UpdateCloudDbSystemRequest,UpdateCloudDbSystemResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbSystemResponse Modifier and Type Method Description Future<UpdateCloudDbSystemResponse>
DbManagementAsync. updateCloudDbSystem(UpdateCloudDbSystemRequest request, AsyncHandler<UpdateCloudDbSystemRequest,UpdateCloudDbSystemResponse> handler)
Updates the cloud DB system specified bycloudDbSystemId
.Future<UpdateCloudDbSystemResponse>
DbManagementAsyncClient. updateCloudDbSystem(UpdateCloudDbSystemRequest request, AsyncHandler<UpdateCloudDbSystemRequest,UpdateCloudDbSystemResponse> handler)
-
Uses of UpdateCloudDbSystemResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateCloudDbSystemResponse Modifier and Type Method Description UpdateCloudDbSystemResponse
UpdateCloudDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateCloudDbSystemResponse Modifier and Type Method Description UpdateCloudDbSystemResponse.Builder
UpdateCloudDbSystemResponse.Builder. copy(UpdateCloudDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-