Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateCloudDbNodeRequest
-
Packages that use UpdateCloudDbNodeRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateCloudDbNodeRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateCloudDbNodeRequest Modifier and Type Method Description UpdateCloudDbNodeResponse
DbManagement. updateCloudDbNode(UpdateCloudDbNodeRequest request)
Updates the cloud DB node specified bycloudDbNodeId
.Future<UpdateCloudDbNodeResponse>
DbManagementAsync. updateCloudDbNode(UpdateCloudDbNodeRequest request, AsyncHandler<UpdateCloudDbNodeRequest,UpdateCloudDbNodeResponse> handler)
Updates the cloud DB node specified bycloudDbNodeId
.Future<UpdateCloudDbNodeResponse>
DbManagementAsyncClient. updateCloudDbNode(UpdateCloudDbNodeRequest request, AsyncHandler<UpdateCloudDbNodeRequest,UpdateCloudDbNodeResponse> handler)
UpdateCloudDbNodeResponse
DbManagementClient. updateCloudDbNode(UpdateCloudDbNodeRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbNodeRequest Modifier and Type Method Description Future<UpdateCloudDbNodeResponse>
DbManagementAsync. updateCloudDbNode(UpdateCloudDbNodeRequest request, AsyncHandler<UpdateCloudDbNodeRequest,UpdateCloudDbNodeResponse> handler)
Updates the cloud DB node specified bycloudDbNodeId
.Future<UpdateCloudDbNodeResponse>
DbManagementAsyncClient. updateCloudDbNode(UpdateCloudDbNodeRequest request, AsyncHandler<UpdateCloudDbNodeRequest,UpdateCloudDbNodeResponse> handler)
-
Uses of UpdateCloudDbNodeRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbNodeRequest Modifier and Type Method Description UpdateCloudDbNodeRequest
UpdateCloudDbNodeRequest.Builder. build()
Build the instance of UpdateCloudDbNodeRequest as configured by this builderUpdateCloudDbNodeRequest
UpdateCloudDbNodeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCloudDbNodeRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateCloudDbNodeRequest Modifier and Type Method Description UpdateCloudDbNodeRequest.Builder
UpdateCloudDbNodeRequest.Builder. copy(UpdateCloudDbNodeRequest o)
Copy method to populate the builder with values from the given instance.
-