Uses of Class
com.oracle.bmc.dataintegration.model.ExportRequestSummary
-
Packages that use ExportRequestSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of ExportRequestSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ExportRequestSummary Modifier and Type Method Description Iterable<ExportRequestSummary>
DataIntegrationPaginators. listExportRequestsRecordIterator(ListExportRequestsRequest request)
Creates a new iterable which will iterate over theExportRequestSummary
objects contained in responses from the listExportRequests operation. -
Uses of ExportRequestSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ExportRequestSummary Modifier and Type Method Description ExportRequestSummary
ExportRequestSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ExportRequestSummary Modifier and Type Method Description List<ExportRequestSummary>
ExportRequestSummaryCollection. getItems()
The array of export object requests status summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type ExportRequestSummary Modifier and Type Method Description ExportRequestSummary.Builder
ExportRequestSummary.Builder. copy(ExportRequestSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ExportRequestSummary Modifier and Type Method Description ExportRequestSummaryCollection.Builder
ExportRequestSummaryCollection.Builder. items(List<ExportRequestSummary> items)
The array of export object requests status summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ExportRequestSummary Constructor Description ExportRequestSummaryCollection(List<ExportRequestSummary> items)
Deprecated.
-