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