Uses of Class
com.oracle.bmc.disasterrecovery.model.FileSystemUnmountDetails
- 
Packages that use FileSystemUnmountDetails Package Description com.oracle.bmc.disasterrecovery.model 
- 
- 
Uses of FileSystemUnmountDetails in com.oracle.bmc.disasterrecovery.modelMethods in com.oracle.bmc.disasterrecovery.model that return FileSystemUnmountDetails Modifier and Type Method Description FileSystemUnmountDetailsFileSystemUnmountDetails.Builder. build()FileSystemUnmountDetailsComputeInstanceMovableFileSystemOperation. getUnmountDetails()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type FileSystemUnmountDetails Modifier and Type Method Description FileSystemUnmountDetails.BuilderFileSystemUnmountDetails.Builder. copy(FileSystemUnmountDetails model)ComputeInstanceMovableFileSystemOperation.BuilderComputeInstanceMovableFileSystemOperation.Builder. unmountDetails(FileSystemUnmountDetails unmountDetails)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type FileSystemUnmountDetails Constructor Description ComputeInstanceMovableFileSystemOperation(String exportPath, String mountPoint, FileSystemMountDetails mountDetails, FileSystemUnmountDetails unmountDetails)Deprecated.
 
-