Uses of Class
com.oracle.bmc.database.requests.ListDbSystemComputePerformancesRequest
-
Packages that use ListDbSystemComputePerformancesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListDbSystemComputePerformancesRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type ListDbSystemComputePerformancesRequest Modifier and Type Method Description Future<ListDbSystemComputePerformancesResponse>
DatabaseAsync. listDbSystemComputePerformances(ListDbSystemComputePerformancesRequest request, AsyncHandler<ListDbSystemComputePerformancesRequest,ListDbSystemComputePerformancesResponse> handler)
Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration.Future<ListDbSystemComputePerformancesResponse>
DatabaseAsyncClient. listDbSystemComputePerformances(ListDbSystemComputePerformancesRequest request, AsyncHandler<ListDbSystemComputePerformancesRequest,ListDbSystemComputePerformancesResponse> handler)
-
Uses of ListDbSystemComputePerformancesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDbSystemComputePerformancesRequest Modifier and Type Method Description ListDbSystemComputePerformancesRequest
ListDbSystemComputePerformancesRequest.Builder. build()
Build the instance of ListDbSystemComputePerformancesRequest as configured by this builderListDbSystemComputePerformancesRequest
ListDbSystemComputePerformancesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDbSystemComputePerformancesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListDbSystemComputePerformancesRequest Modifier and Type Method Description ListDbSystemComputePerformancesRequest.Builder
ListDbSystemComputePerformancesRequest.Builder. copy(ListDbSystemComputePerformancesRequest o)
Copy method to populate the builder with values from the given instance.
-