Uses of Interface
software.amazon.awssdk.services.datasync.model.FsxProtocolNfs.Builder
-
Packages that use FsxProtocolNfs.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxProtocolNfs.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxProtocolNfs.Builder Modifier and Type Method Description static FsxProtocolNfs.BuilderFsxProtocolNfs. builder()default FsxProtocolNfs.BuilderFsxProtocolNfs.Builder. mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)Sets the value of the MountOptions property for this object.FsxProtocolNfs.BuilderFsxProtocolNfs.Builder. mountOptions(NfsMountOptions mountOptions)Sets the value of the MountOptions property for this object.FsxProtocolNfs.BuilderFsxProtocolNfs. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type FsxProtocolNfs.Builder Modifier and Type Method Description static Class<? extends FsxProtocolNfs.Builder>FsxProtocolNfs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type FsxProtocolNfs.Builder Modifier and Type Method Description default FsxProtocol.BuilderFsxProtocol.Builder. nfs(Consumer<FsxProtocolNfs.Builder> 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).
-