Uses of Class
software.amazon.awssdk.services.datasync.model.FsxProtocolNfs
-
Packages that use FsxProtocolNfs Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxProtocolNfs in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxProtocolNfs Modifier and Type Method Description FsxProtocolNfsFsxProtocol. nfs()Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).FsxProtocolNfsFsxUpdateProtocol. nfs()Returns the value of the NFS property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type FsxProtocolNfs Modifier and Type Method Description FsxProtocol.BuilderFsxProtocol.Builder. nfs(FsxProtocolNfs nfs)Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).FsxUpdateProtocol.BuilderFsxUpdateProtocol.Builder. nfs(FsxProtocolNfs nfs)Sets the value of the NFS property for this object.
-