Uses of Class
com.oracle.bmc.disasterrecovery.model.UpdateFileSystemUnmountDetails
-
Packages that use UpdateFileSystemUnmountDetails Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of UpdateFileSystemUnmountDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return UpdateFileSystemUnmountDetails Modifier and Type Method Description UpdateFileSystemUnmountDetails
UpdateFileSystemUnmountDetails.Builder. build()
UpdateFileSystemUnmountDetails
UpdateComputeInstanceMovableFileSystemOperationDetails. getUnmountDetails()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateFileSystemUnmountDetails Modifier and Type Method Description UpdateFileSystemUnmountDetails.Builder
UpdateFileSystemUnmountDetails.Builder. copy(UpdateFileSystemUnmountDetails model)
UpdateComputeInstanceMovableFileSystemOperationDetails.Builder
UpdateComputeInstanceMovableFileSystemOperationDetails.Builder. unmountDetails(UpdateFileSystemUnmountDetails unmountDetails)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateFileSystemUnmountDetails Constructor Description UpdateComputeInstanceMovableFileSystemOperationDetails(String exportPath, String mountPoint, UpdateFileSystemMountDetails mountDetails, UpdateFileSystemUnmountDetails unmountDetails)
Deprecated.
-