Uses of Class
com.oracle.bmc.wlms.model.MiddlewareBackupPatch
-
Packages that use MiddlewareBackupPatch Package Description com.oracle.bmc.wlms.model -
-
Uses of MiddlewareBackupPatch in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return MiddlewareBackupPatch Modifier and Type Method Description MiddlewareBackupPatch
MiddlewareBackupPatch.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type MiddlewareBackupPatch Modifier and Type Method Description List<MiddlewareBackupPatch>
MiddlewareBinaryBackupContent. getPatches()
The list of patches installed in the middleware included in the backup.Methods in com.oracle.bmc.wlms.model with parameters of type MiddlewareBackupPatch Modifier and Type Method Description MiddlewareBackupPatch.Builder
MiddlewareBackupPatch.Builder. copy(MiddlewareBackupPatch model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type MiddlewareBackupPatch Modifier and Type Method Description MiddlewareBinaryBackupContent.Builder
MiddlewareBinaryBackupContent.Builder. patches(List<MiddlewareBackupPatch> patches)
The list of patches installed in the middleware included in the backup.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type MiddlewareBackupPatch Constructor Description MiddlewareBinaryBackupContent(String version, List<MiddlewareBackupPatch> patches)
Deprecated.
-