Uses of Class
com.oracle.bmc.wlms.model.BackupSummary
-
Packages that use BackupSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of BackupSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type BackupSummary Modifier and Type Method Description Iterable<BackupSummary>
WeblogicManagementServicePaginators. listWlsDomainServerBackupsRecordIterator(ListWlsDomainServerBackupsRequest request)
Creates a new iterable which will iterate over theBackupSummary
objects contained in responses from the listWlsDomainServerBackups operation. -
Uses of BackupSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return BackupSummary Modifier and Type Method Description BackupSummary
BackupSummary.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type BackupSummary Modifier and Type Method Description List<BackupSummary>
BackupCollection. getItems()
List of backup.Methods in com.oracle.bmc.wlms.model with parameters of type BackupSummary Modifier and Type Method Description BackupSummary.Builder
BackupSummary.Builder. copy(BackupSummary model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type BackupSummary Modifier and Type Method Description BackupCollection.Builder
BackupCollection.Builder. items(List<BackupSummary> items)
List of backup.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type BackupSummary Constructor Description BackupCollection(List<BackupSummary> items)
Deprecated.
-