Uses of Class
com.oracle.bmc.database.requests.ListDbSystemStoragePerformancesRequest
-
Packages that use ListDbSystemStoragePerformancesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListDbSystemStoragePerformancesRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListDbSystemStoragePerformancesRequest Modifier and Type Method Description Future<ListDbSystemStoragePerformancesResponse>
DatabaseAsync. listDbSystemStoragePerformances(ListDbSystemStoragePerformancesRequest request, AsyncHandler<ListDbSystemStoragePerformancesRequest,ListDbSystemStoragePerformancesResponse> handler)
Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.Future<ListDbSystemStoragePerformancesResponse>
DatabaseAsyncClient. listDbSystemStoragePerformances(ListDbSystemStoragePerformancesRequest request, AsyncHandler<ListDbSystemStoragePerformancesRequest,ListDbSystemStoragePerformancesResponse> handler)
-
Uses of ListDbSystemStoragePerformancesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDbSystemStoragePerformancesRequest Modifier and Type Method Description ListDbSystemStoragePerformancesRequest
ListDbSystemStoragePerformancesRequest.Builder. build()
Build the instance of ListDbSystemStoragePerformancesRequest as configured by this builderListDbSystemStoragePerformancesRequest
ListDbSystemStoragePerformancesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDbSystemStoragePerformancesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListDbSystemStoragePerformancesRequest Modifier and Type Method Description ListDbSystemStoragePerformancesRequest.Builder
ListDbSystemStoragePerformancesRequest.Builder. copy(ListDbSystemStoragePerformancesRequest o)
Copy method to populate the builder with values from the given instance.
-