Uses of Class
com.oracle.bmc.opsi.responses.ListDatabaseConfigurationsResponse
-
Packages that use ListDatabaseConfigurationsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListDatabaseConfigurationsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListDatabaseConfigurationsResponse Modifier and Type Method Description ListDatabaseConfigurationsResponse
OperationsInsights. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request)
Gets a list of database insight configurations based on the query parameters specified.ListDatabaseConfigurationsResponse
OperationsInsightsClient. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListDatabaseConfigurationsResponse Modifier and Type Method Description Future<ListDatabaseConfigurationsResponse>
OperationsInsightsAsync. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request, AsyncHandler<ListDatabaseConfigurationsRequest,ListDatabaseConfigurationsResponse> handler)
Gets a list of database insight configurations based on the query parameters specified.Future<ListDatabaseConfigurationsResponse>
OperationsInsightsAsyncClient. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request, AsyncHandler<ListDatabaseConfigurationsRequest,ListDatabaseConfigurationsResponse> handler)
Iterable<ListDatabaseConfigurationsResponse>
OperationsInsightsPaginators. listDatabaseConfigurationsResponseIterator(ListDatabaseConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabaseConfigurations operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListDatabaseConfigurationsResponse Modifier and Type Method Description Future<ListDatabaseConfigurationsResponse>
OperationsInsightsAsync. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request, AsyncHandler<ListDatabaseConfigurationsRequest,ListDatabaseConfigurationsResponse> handler)
Gets a list of database insight configurations based on the query parameters specified.Future<ListDatabaseConfigurationsResponse>
OperationsInsightsAsyncClient. listDatabaseConfigurations(ListDatabaseConfigurationsRequest request, AsyncHandler<ListDatabaseConfigurationsRequest,ListDatabaseConfigurationsResponse> handler)
-
Uses of ListDatabaseConfigurationsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListDatabaseConfigurationsResponse Modifier and Type Method Description ListDatabaseConfigurationsResponse
ListDatabaseConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListDatabaseConfigurationsResponse Modifier and Type Method Description ListDatabaseConfigurationsResponse.Builder
ListDatabaseConfigurationsResponse.Builder. copy(ListDatabaseConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-