Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateCloudDbNodeResponse
-
Packages that use UpdateCloudDbNodeResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateCloudDbNodeResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateCloudDbNodeResponse Modifier and Type Method Description UpdateCloudDbNodeResponse
DbManagement. updateCloudDbNode(UpdateCloudDbNodeRequest request)
Updates the cloud DB node specified bycloudDbNodeId
.UpdateCloudDbNodeResponse
DbManagementClient. updateCloudDbNode(UpdateCloudDbNodeRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateCloudDbNodeResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbNodeResponse 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 UpdateCloudDbNodeResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateCloudDbNodeResponse Modifier and Type Method Description UpdateCloudDbNodeResponse
UpdateCloudDbNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateCloudDbNodeResponse Modifier and Type Method Description UpdateCloudDbNodeResponse.Builder
UpdateCloudDbNodeResponse.Builder. copy(UpdateCloudDbNodeResponse o)
Copy method to populate the builder with values from the given instance.
-