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