Uses of Class
com.oracle.bmc.emwarehouse.model.EtlRunSummary
-
Packages that use EtlRunSummary Package Description com.oracle.bmc.emwarehouse com.oracle.bmc.emwarehouse.model -
-
Uses of EtlRunSummary in com.oracle.bmc.emwarehouse
Methods in com.oracle.bmc.emwarehouse that return types with arguments of type EtlRunSummary Modifier and Type Method Description Iterable<EtlRunSummary>
EmWarehousePaginators. listEtlRunsRecordIterator(ListEtlRunsRequest request)
Creates a new iterable which will iterate over theEtlRunSummary
objects contained in responses from the listEtlRuns operation. -
Uses of EtlRunSummary in com.oracle.bmc.emwarehouse.model
Methods in com.oracle.bmc.emwarehouse.model that return EtlRunSummary Modifier and Type Method Description EtlRunSummary
EtlRunSummary.Builder. build()
Methods in com.oracle.bmc.emwarehouse.model that return types with arguments of type EtlRunSummary Modifier and Type Method Description List<EtlRunSummary>
EtlRunCollection. getItems()
List of runsMethods in com.oracle.bmc.emwarehouse.model with parameters of type EtlRunSummary Modifier and Type Method Description EtlRunSummary.Builder
EtlRunSummary.Builder. copy(EtlRunSummary model)
Method parameters in com.oracle.bmc.emwarehouse.model with type arguments of type EtlRunSummary Modifier and Type Method Description EtlRunCollection.Builder
EtlRunCollection.Builder. items(List<EtlRunSummary> items)
List of runsConstructor parameters in com.oracle.bmc.emwarehouse.model with type arguments of type EtlRunSummary Constructor Description EtlRunCollection(List<EtlRunSummary> items)
Deprecated.
-