Uses of Class
com.oracle.bmc.wlms.model.BackupContent
-
Packages that use BackupContent Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.responses -
-
Uses of BackupContent in com.oracle.bmc.wlms.model
Subclasses of BackupContent in com.oracle.bmc.wlms.model Modifier and Type Class Description class
BinaryBackupContent
Information of the content of a binary backup. -
Uses of BackupContent in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return BackupContent Modifier and Type Method Description BackupContent
GetWlsDomainServerBackupContentResponse. getBackupContent()
The returned BackupContent instance.Methods in com.oracle.bmc.wlms.responses with parameters of type BackupContent Modifier and Type Method Description GetWlsDomainServerBackupContentResponse.Builder
GetWlsDomainServerBackupContentResponse.Builder. backupContent(BackupContent backupContent)
The returned BackupContent instance.
-