Uses of Class
com.oracle.bmc.databasemanagement.responses.ListDatabaseParametersResponse
-
Packages that use ListDatabaseParametersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListDatabaseParametersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListDatabaseParametersResponse Modifier and Type Method Description ListDatabaseParametersResponseDbManagement. listDatabaseParameters(ListDatabaseParametersRequest request)Gets the list of database parameters for the specified Managed Database.ListDatabaseParametersResponseDbManagementClient. listDatabaseParameters(ListDatabaseParametersRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListDatabaseParametersResponse Modifier and Type Method Description Future<ListDatabaseParametersResponse>DbManagementAsync. listDatabaseParameters(ListDatabaseParametersRequest request, AsyncHandler<ListDatabaseParametersRequest,ListDatabaseParametersResponse> handler)Gets the list of database parameters for the specified Managed Database.Future<ListDatabaseParametersResponse>DbManagementAsyncClient. listDatabaseParameters(ListDatabaseParametersRequest request, AsyncHandler<ListDatabaseParametersRequest,ListDatabaseParametersResponse> handler)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListDatabaseParametersResponse Modifier and Type Method Description Future<ListDatabaseParametersResponse>DbManagementAsync. listDatabaseParameters(ListDatabaseParametersRequest request, AsyncHandler<ListDatabaseParametersRequest,ListDatabaseParametersResponse> handler)Gets the list of database parameters for the specified Managed Database.Future<ListDatabaseParametersResponse>DbManagementAsyncClient. listDatabaseParameters(ListDatabaseParametersRequest request, AsyncHandler<ListDatabaseParametersRequest,ListDatabaseParametersResponse> handler) -
Uses of ListDatabaseParametersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListDatabaseParametersResponse Modifier and Type Method Description ListDatabaseParametersResponseListDatabaseParametersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListDatabaseParametersResponse Modifier and Type Method Description ListDatabaseParametersResponse.BuilderListDatabaseParametersResponse.Builder. copy(ListDatabaseParametersResponse o)Copy method to populate the builder with values from the given instance.
-