Uses of Class
com.oracle.bmc.emwarehouse.responses.ListEtlRunsResponse
-
Packages that use ListEtlRunsResponse Package Description com.oracle.bmc.emwarehouse com.oracle.bmc.emwarehouse.responses -
-
Uses of ListEtlRunsResponse in com.oracle.bmc.emwarehouse
Methods in com.oracle.bmc.emwarehouse that return ListEtlRunsResponse Modifier and Type Method Description ListEtlRunsResponseEmWarehouse. listEtlRuns(ListEtlRunsRequest request)Gets a list of runs of an EmWarehouseResource by identifierListEtlRunsResponseEmWarehouseClient. listEtlRuns(ListEtlRunsRequest request)Methods in com.oracle.bmc.emwarehouse that return types with arguments of type ListEtlRunsResponse Modifier and Type Method Description Future<ListEtlRunsResponse>EmWarehouseAsync. listEtlRuns(ListEtlRunsRequest request, AsyncHandler<ListEtlRunsRequest,ListEtlRunsResponse> handler)Gets a list of runs of an EmWarehouseResource by identifierFuture<ListEtlRunsResponse>EmWarehouseAsyncClient. listEtlRuns(ListEtlRunsRequest request, AsyncHandler<ListEtlRunsRequest,ListEtlRunsResponse> handler)Iterable<ListEtlRunsResponse>EmWarehousePaginators. listEtlRunsResponseIterator(ListEtlRunsRequest request)Creates a new iterable which will iterate over the responses received from the listEtlRuns operation.Method parameters in com.oracle.bmc.emwarehouse with type arguments of type ListEtlRunsResponse Modifier and Type Method Description Future<ListEtlRunsResponse>EmWarehouseAsync. listEtlRuns(ListEtlRunsRequest request, AsyncHandler<ListEtlRunsRequest,ListEtlRunsResponse> handler)Gets a list of runs of an EmWarehouseResource by identifierFuture<ListEtlRunsResponse>EmWarehouseAsyncClient. listEtlRuns(ListEtlRunsRequest request, AsyncHandler<ListEtlRunsRequest,ListEtlRunsResponse> handler) -
Uses of ListEtlRunsResponse in com.oracle.bmc.emwarehouse.responses
Methods in com.oracle.bmc.emwarehouse.responses that return ListEtlRunsResponse Modifier and Type Method Description ListEtlRunsResponseListEtlRunsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.emwarehouse.responses with parameters of type ListEtlRunsResponse Modifier and Type Method Description ListEtlRunsResponse.BuilderListEtlRunsResponse.Builder. copy(ListEtlRunsResponse o)Copy method to populate the builder with values from the given instance.
-