Uses of Class
com.oracle.bmc.databasemanagement.requests.ListDatabaseParametersRequest
-
Packages that use ListDatabaseParametersRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListDatabaseParametersRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListDatabaseParametersRequest Modifier and Type Method Description ListDatabaseParametersResponseDbManagement. listDatabaseParameters(ListDatabaseParametersRequest request)Gets the list of database parameters for the specified Managed Database.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)ListDatabaseParametersResponseDbManagementClient. listDatabaseParameters(ListDatabaseParametersRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListDatabaseParametersRequest 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 ListDatabaseParametersRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListDatabaseParametersRequest Modifier and Type Method Description ListDatabaseParametersRequestListDatabaseParametersRequest.Builder. build()Build the instance of ListDatabaseParametersRequest as configured by this builderListDatabaseParametersRequestListDatabaseParametersRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDatabaseParametersRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListDatabaseParametersRequest Modifier and Type Method Description ListDatabaseParametersRequest.BuilderListDatabaseParametersRequest.Builder. copy(ListDatabaseParametersRequest o)Copy method to populate the builder with values from the given instance.
-