Uses of Class
software.amazon.awssdk.services.datasync.model.FsxProtocol
-
Packages that use FsxProtocol Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxProtocol in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxProtocol Modifier and Type Method Description FsxProtocolCreateLocationFsxOntapRequest. protocol()Returns the value of the Protocol property for this object.FsxProtocolCreateLocationFsxOpenZfsRequest. protocol()The type of protocol that DataSync uses to access your file system.FsxProtocolDescribeLocationFsxOntapResponse. protocol()Returns the value of the Protocol property for this object.FsxProtocolDescribeLocationFsxOpenZfsResponse. protocol()The type of protocol that DataSync uses to access your file system.Methods in software.amazon.awssdk.services.datasync.model with parameters of type FsxProtocol Modifier and Type Method Description CreateLocationFsxOntapRequest.BuilderCreateLocationFsxOntapRequest.Builder. protocol(FsxProtocol protocol)Sets the value of the Protocol property for this object.CreateLocationFsxOpenZfsRequest.BuilderCreateLocationFsxOpenZfsRequest.Builder. protocol(FsxProtocol protocol)The type of protocol that DataSync uses to access your file system.DescribeLocationFsxOntapResponse.BuilderDescribeLocationFsxOntapResponse.Builder. protocol(FsxProtocol protocol)Sets the value of the Protocol property for this object.DescribeLocationFsxOpenZfsResponse.BuilderDescribeLocationFsxOpenZfsResponse.Builder. protocol(FsxProtocol protocol)The type of protocol that DataSync uses to access your file system.
-