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