Uses of Interface
software.amazon.awssdk.services.datasync.model.FsxUpdateProtocol.Builder
-
Packages that use FsxUpdateProtocol.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxUpdateProtocol.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxUpdateProtocol.Builder Modifier and Type Method Description static FsxUpdateProtocol.BuilderFsxUpdateProtocol. builder()default FsxUpdateProtocol.BuilderFsxUpdateProtocol.Builder. nfs(Consumer<FsxProtocolNfs.Builder> nfs)Sets the value of the NFS property for this object.FsxUpdateProtocol.BuilderFsxUpdateProtocol.Builder. nfs(FsxProtocolNfs nfs)Sets the value of the NFS property for this object.default FsxUpdateProtocol.BuilderFsxUpdateProtocol.Builder. smb(Consumer<FsxUpdateProtocolSmb.Builder> smb)Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).FsxUpdateProtocol.BuilderFsxUpdateProtocol.Builder. smb(FsxUpdateProtocolSmb smb)Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).FsxUpdateProtocol.BuilderFsxUpdateProtocol. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type FsxUpdateProtocol.Builder Modifier and Type Method Description static Class<? extends FsxUpdateProtocol.Builder>FsxUpdateProtocol. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type FsxUpdateProtocol.Builder Modifier and Type Method Description default UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. protocol(Consumer<FsxUpdateProtocol.Builder> protocol)Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
-