Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateCloudDbSystemRequest
-
Packages that use UpdateCloudDbSystemRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateCloudDbSystemRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateCloudDbSystemRequest Modifier and Type Method Description UpdateCloudDbSystemResponse
DbManagement. updateCloudDbSystem(UpdateCloudDbSystemRequest request)
Updates the cloud DB system specified bycloudDbSystemId
.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)
UpdateCloudDbSystemResponse
DbManagementClient. updateCloudDbSystem(UpdateCloudDbSystemRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbSystemRequest 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 UpdateCloudDbSystemRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbSystemRequest Modifier and Type Method Description UpdateCloudDbSystemRequest
UpdateCloudDbSystemRequest.Builder. build()
Build the instance of UpdateCloudDbSystemRequest as configured by this builderUpdateCloudDbSystemRequest
UpdateCloudDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCloudDbSystemRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateCloudDbSystemRequest Modifier and Type Method Description UpdateCloudDbSystemRequest.Builder
UpdateCloudDbSystemRequest.Builder. copy(UpdateCloudDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-