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