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