Uses of Class
com.oracle.bmc.database.responses.GetCloudVmClusterIormConfigResponse
-
Packages that use GetCloudVmClusterIormConfigResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetCloudVmClusterIormConfigResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetCloudVmClusterIormConfigResponse Modifier and Type Method Description GetCloudVmClusterIormConfigResponse
Database. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request)
Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance.GetCloudVmClusterIormConfigResponse
DatabaseClient. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetCloudVmClusterIormConfigResponse Modifier and Type Method Description Future<GetCloudVmClusterIormConfigResponse>
DatabaseAsync. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request, AsyncHandler<GetCloudVmClusterIormConfigRequest,GetCloudVmClusterIormConfigResponse> handler)
Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance.Future<GetCloudVmClusterIormConfigResponse>
DatabaseAsyncClient. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request, AsyncHandler<GetCloudVmClusterIormConfigRequest,GetCloudVmClusterIormConfigResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type GetCloudVmClusterIormConfigResponse Modifier and Type Method Description Future<GetCloudVmClusterIormConfigResponse>
DatabaseAsync. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request, AsyncHandler<GetCloudVmClusterIormConfigRequest,GetCloudVmClusterIormConfigResponse> handler)
Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance.Future<GetCloudVmClusterIormConfigResponse>
DatabaseAsyncClient. getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request, AsyncHandler<GetCloudVmClusterIormConfigRequest,GetCloudVmClusterIormConfigResponse> handler)
-
Uses of GetCloudVmClusterIormConfigResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetCloudVmClusterIormConfigResponse Modifier and Type Method Description GetCloudVmClusterIormConfigResponse
GetCloudVmClusterIormConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetCloudVmClusterIormConfigResponse Modifier and Type Method Description GetCloudVmClusterIormConfigResponse.Builder
GetCloudVmClusterIormConfigResponse.Builder. copy(GetCloudVmClusterIormConfigResponse o)
Copy method to populate the builder with values from the given instance.
-