Uses of Class
com.oracle.bmc.opsi.responses.ListWarehouseDataObjectsResponse
-
Packages that use ListWarehouseDataObjectsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListWarehouseDataObjectsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListWarehouseDataObjectsResponse Modifier and Type Method Description ListWarehouseDataObjectsResponse
OperationsInsights. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request)
Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.ListWarehouseDataObjectsResponse
OperationsInsightsClient. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListWarehouseDataObjectsResponse Modifier and Type Method Description Future<ListWarehouseDataObjectsResponse>
OperationsInsightsAsync. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request, AsyncHandler<ListWarehouseDataObjectsRequest,ListWarehouseDataObjectsResponse> handler)
Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.Future<ListWarehouseDataObjectsResponse>
OperationsInsightsAsyncClient. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request, AsyncHandler<ListWarehouseDataObjectsRequest,ListWarehouseDataObjectsResponse> handler)
Iterable<ListWarehouseDataObjectsResponse>
OperationsInsightsPaginators. listWarehouseDataObjectsResponseIterator(ListWarehouseDataObjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listWarehouseDataObjects operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListWarehouseDataObjectsResponse Modifier and Type Method Description Future<ListWarehouseDataObjectsResponse>
OperationsInsightsAsync. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request, AsyncHandler<ListWarehouseDataObjectsRequest,ListWarehouseDataObjectsResponse> handler)
Gets a list of Warehouse data objects (e.g: views, tables), based on the query parameters specified.Future<ListWarehouseDataObjectsResponse>
OperationsInsightsAsyncClient. listWarehouseDataObjects(ListWarehouseDataObjectsRequest request, AsyncHandler<ListWarehouseDataObjectsRequest,ListWarehouseDataObjectsResponse> handler)
-
Uses of ListWarehouseDataObjectsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListWarehouseDataObjectsResponse Modifier and Type Method Description ListWarehouseDataObjectsResponse
ListWarehouseDataObjectsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListWarehouseDataObjectsResponse Modifier and Type Method Description ListWarehouseDataObjectsResponse.Builder
ListWarehouseDataObjectsResponse.Builder. copy(ListWarehouseDataObjectsResponse o)
Copy method to populate the builder with values from the given instance.
-