Uses of Class
com.oracle.bmc.wlms.model.BackupToRestore
-
Packages that use BackupToRestore Package Description com.oracle.bmc.wlms.model -
-
Uses of BackupToRestore in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return BackupToRestore Modifier and Type Method Description BackupToRestore
BackupToRestore.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type BackupToRestore Modifier and Type Method Description List<BackupToRestore>
ServerToRestore. getBackups()
The list of backup unique identifiers to be used to restore.Methods in com.oracle.bmc.wlms.model with parameters of type BackupToRestore Modifier and Type Method Description BackupToRestore.Builder
BackupToRestore.Builder. copy(BackupToRestore model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type BackupToRestore Modifier and Type Method Description ServerToRestore.Builder
ServerToRestore.Builder. backups(List<BackupToRestore> backups)
The list of backup unique identifiers to be used to restore.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type BackupToRestore Constructor Description ServerToRestore(String serverId, List<BackupToRestore> backups)
Deprecated.
-