Uses of Class
com.oracle.bmc.database.responses.UpdateCloudVmClusterIormConfigResponse
-
Packages that use UpdateCloudVmClusterIormConfigResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateCloudVmClusterIormConfigResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateCloudVmClusterIormConfigResponse Modifier and Type Method Description UpdateCloudVmClusterIormConfigResponse
Database. updateCloudVmClusterIormConfig(UpdateCloudVmClusterIormConfigRequest request)
Updates the IORM settings for the specified cloud VM cluster in an Exadata Cloud Service instance.UpdateCloudVmClusterIormConfigResponse
DatabaseClient. updateCloudVmClusterIormConfig(UpdateCloudVmClusterIormConfigRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateCloudVmClusterIormConfigResponse 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 UpdateCloudVmClusterIormConfigResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateCloudVmClusterIormConfigResponse Modifier and Type Method Description UpdateCloudVmClusterIormConfigResponse
UpdateCloudVmClusterIormConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateCloudVmClusterIormConfigResponse Modifier and Type Method Description UpdateCloudVmClusterIormConfigResponse.Builder
UpdateCloudVmClusterIormConfigResponse.Builder. copy(UpdateCloudVmClusterIormConfigResponse o)
Copy method to populate the builder with values from the given instance.
-