Uses of Class
com.oracle.bmc.database.responses.ListDbSystemComputePerformancesResponse
-
Packages that use ListDbSystemComputePerformancesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListDbSystemComputePerformancesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListDbSystemComputePerformancesResponse Modifier and Type Method Description ListDbSystemComputePerformancesResponseDatabase. listDbSystemComputePerformances(ListDbSystemComputePerformancesRequest request)Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration.ListDbSystemComputePerformancesResponseDatabaseClient. listDbSystemComputePerformances(ListDbSystemComputePerformancesRequest request)Methods in com.oracle.bmc.database that return types with arguments of type ListDbSystemComputePerformancesResponse 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)Method parameters in com.oracle.bmc.database with type arguments of type ListDbSystemComputePerformancesResponse 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 ListDbSystemComputePerformancesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListDbSystemComputePerformancesResponse Modifier and Type Method Description ListDbSystemComputePerformancesResponseListDbSystemComputePerformancesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListDbSystemComputePerformancesResponse Modifier and Type Method Description ListDbSystemComputePerformancesResponse.BuilderListDbSystemComputePerformancesResponse.Builder. copy(ListDbSystemComputePerformancesResponse o)Copy method to populate the builder with values from the given instance.
-