Uses of Class
software.amazon.awssdk.services.datasync.model.NfsMountOptions
-
Packages that use NfsMountOptions Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of NfsMountOptions in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return NfsMountOptions Modifier and Type Method Description NfsMountOptionsCreateLocationNfsRequest. mountOptions()Specifies the options that DataSync can use to mount your NFS file server.NfsMountOptionsDescribeLocationNfsResponse. mountOptions()The mount options that DataSync uses to mount your NFS file server.NfsMountOptionsFsxProtocolNfs. mountOptions()Returns the value of the MountOptions property for this object.NfsMountOptionsUpdateLocationNfsRequest. mountOptions()Returns the value of the MountOptions property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type NfsMountOptions Modifier and Type Method Description CreateLocationNfsRequest.BuilderCreateLocationNfsRequest.Builder. mountOptions(NfsMountOptions mountOptions)Specifies the options that DataSync can use to mount your NFS file server.DescribeLocationNfsResponse.BuilderDescribeLocationNfsResponse.Builder. mountOptions(NfsMountOptions mountOptions)The mount options that DataSync uses to mount your NFS file server.FsxProtocolNfs.BuilderFsxProtocolNfs.Builder. mountOptions(NfsMountOptions mountOptions)Sets the value of the MountOptions property for this object.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. mountOptions(NfsMountOptions mountOptions)Sets the value of the MountOptions property for this object.
-