Uses of Class
com.oracle.bmc.filestorage.model.ExportSummary
-
Packages that use ExportSummary Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of ExportSummary in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return types with arguments of type ExportSummary Modifier and Type Method Description Iterable<ExportSummary>
FileStoragePaginators. listExportsRecordIterator(ListExportsRequest request)
Creates a new iterable which will iterate over theExportSummary
objects contained in responses from the listExports operation. -
Uses of ExportSummary in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ExportSummary Modifier and Type Method Description ExportSummary
ExportSummary.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type ExportSummary Modifier and Type Method Description ExportSummary.Builder
ExportSummary.Builder. copy(ExportSummary model)
-
Uses of ExportSummary in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return types with arguments of type ExportSummary Modifier and Type Method Description List<ExportSummary>
ListExportsResponse. getItems()
A list of com.oracle.bmc.filestorage.model.ExportSummary instances.Method parameters in com.oracle.bmc.filestorage.responses with type arguments of type ExportSummary Modifier and Type Method Description ListExportsResponse.Builder
ListExportsResponse.Builder. items(List<ExportSummary> items)
A list of com.oracle.bmc.filestorage.model.ExportSummary instances.
-