Uses of Class
software.amazon.awssdk.services.datasync.model.SmbMountOptions
-
Packages that use SmbMountOptions Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of SmbMountOptions in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return SmbMountOptions Modifier and Type Method Description SmbMountOptionsCreateLocationSmbRequest. mountOptions()Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.SmbMountOptionsDescribeLocationSmbResponse. mountOptions()The mount options that are available for DataSync to use to access an SMB location.SmbMountOptionsFsxProtocolSmb. mountOptions()Returns the value of the MountOptions property for this object.SmbMountOptionsUpdateLocationSmbRequest. mountOptions()Returns the value of the MountOptions property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type SmbMountOptions Modifier and Type Method Description CreateLocationSmbRequest.BuilderCreateLocationSmbRequest.Builder. mountOptions(SmbMountOptions mountOptions)Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.DescribeLocationSmbResponse.BuilderDescribeLocationSmbResponse.Builder. mountOptions(SmbMountOptions mountOptions)The mount options that are available for DataSync to use to access an SMB location.FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. mountOptions(SmbMountOptions mountOptions)Sets the value of the MountOptions property for this object.UpdateLocationSmbRequest.BuilderUpdateLocationSmbRequest.Builder. mountOptions(SmbMountOptions mountOptions)Sets the value of the MountOptions property for this object.
-