Uses of Class
com.oracle.bmc.database.requests.UpdateCloudVmClusterRequest
-
Packages that use UpdateCloudVmClusterRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateCloudVmClusterRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateCloudVmClusterRequest Modifier and Type Method Description Waiter<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse>
DatabaseWaiters. forUpdateCloudVmCluster(UpdateCloudVmClusterRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse>
DatabaseWaiters. forUpdateCloudVmCluster(UpdateCloudVmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateCloudVmClusterRequest Modifier and Type Method Description Future<UpdateCloudVmClusterResponse>
DatabaseAsync. updateCloudVmCluster(UpdateCloudVmClusterRequest request, AsyncHandler<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse> handler)
Updates the specified cloud VM cluster.Future<UpdateCloudVmClusterResponse>
DatabaseAsyncClient. updateCloudVmCluster(UpdateCloudVmClusterRequest request, AsyncHandler<UpdateCloudVmClusterRequest,UpdateCloudVmClusterResponse> handler)
-
Uses of UpdateCloudVmClusterRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateCloudVmClusterRequest Modifier and Type Method Description UpdateCloudVmClusterRequest
UpdateCloudVmClusterRequest.Builder. build()
Build the instance of UpdateCloudVmClusterRequest as configured by this builderUpdateCloudVmClusterRequest
UpdateCloudVmClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCloudVmClusterRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateCloudVmClusterRequest Modifier and Type Method Description UpdateCloudVmClusterRequest.Builder
UpdateCloudVmClusterRequest.Builder. copy(UpdateCloudVmClusterRequest o)
Copy method to populate the builder with values from the given instance.
-