Uses of Interface
software.amazon.awssdk.services.datasync.model.FsxProtocol.Builder
-
Packages that use FsxProtocol.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxProtocol.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxProtocol.Builder Modifier and Type Method Description static FsxProtocol.BuilderFsxProtocol. builder()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).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).default FsxProtocol.BuilderFsxProtocol.Builder. smb(Consumer<FsxProtocolSmb.Builder> smb)Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.FsxProtocol.BuilderFsxProtocol.Builder. smb(FsxProtocolSmb smb)Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.FsxProtocol.BuilderFsxProtocol. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type FsxProtocol.Builder Modifier and Type Method Description static Class<? extends FsxProtocol.Builder>FsxProtocol. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type FsxProtocol.Builder Modifier and Type Method Description default CreateLocationFsxOntapRequest.BuilderCreateLocationFsxOntapRequest.Builder. protocol(Consumer<FsxProtocol.Builder> protocol)Sets the value of the Protocol property for this object.default CreateLocationFsxOpenZfsRequest.BuilderCreateLocationFsxOpenZfsRequest.Builder. protocol(Consumer<FsxProtocol.Builder> protocol)The type of protocol that DataSync uses to access your file system.default DescribeLocationFsxOntapResponse.BuilderDescribeLocationFsxOntapResponse.Builder. protocol(Consumer<FsxProtocol.Builder> protocol)Sets the value of the Protocol property for this object.default DescribeLocationFsxOpenZfsResponse.BuilderDescribeLocationFsxOpenZfsResponse.Builder. protocol(Consumer<FsxProtocol.Builder> protocol)The type of protocol that DataSync uses to access your file system.
-