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