Uses of Class
com.oracle.bmc.lustrefilestorage.model.SyncJobSummary
-
Packages that use SyncJobSummary Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.model -
-
Uses of SyncJobSummary in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type SyncJobSummary Modifier and Type Method Description Iterable<SyncJobSummary>LustreFileStoragePaginators. listSyncJobsRecordIterator(ListSyncJobsRequest request)Creates a new iterable which will iterate over theSyncJobSummaryobjects contained in responses from the listSyncJobs operation. -
Uses of SyncJobSummary in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return SyncJobSummary Modifier and Type Method Description SyncJobSummarySyncJobSummary.Builder. build()Methods in com.oracle.bmc.lustrefilestorage.model that return types with arguments of type SyncJobSummary Modifier and Type Method Description List<SyncJobSummary>SyncJobCollection. getItems()List of sync jobs.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type SyncJobSummary Modifier and Type Method Description SyncJobSummary.BuilderSyncJobSummary.Builder. copy(SyncJobSummary model)Method parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type SyncJobSummary Modifier and Type Method Description SyncJobCollection.BuilderSyncJobCollection.Builder. items(List<SyncJobSummary> items)List of sync jobs.Constructor parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type SyncJobSummary Constructor Description SyncJobCollection(List<SyncJobSummary> items)Deprecated.
-