JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datasync.model

Class FsxProtocolSmb

    • Constructor Detail

      • FsxProtocolSmb

        public FsxProtocolSmb()
    • Method Detail

      • setDomain

        public void setDomain(String domain)

        Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

        Parameters:
        domain - Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

      • getDomain

        public String getDomain()

        Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

        Returns:
        Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

      • withDomain

        public FsxProtocolSmb withDomain(String domain)

        Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

        Parameters:
        domain - Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

        If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMountOptions

        public void setMountOptions(SmbMountOptions mountOptions)
        Parameters:
        mountOptions -
      • withMountOptions

        public FsxProtocolSmb withMountOptions(SmbMountOptions mountOptions)
        Parameters:
        mountOptions -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPassword

        public void setPassword(String password)

        Specifies the password of a user who has permission to access your SVM.

        Parameters:
        password - Specifies the password of a user who has permission to access your SVM.
      • getPassword

        public String getPassword()

        Specifies the password of a user who has permission to access your SVM.

        Returns:
        Specifies the password of a user who has permission to access your SVM.
      • withPassword

        public FsxProtocolSmb withPassword(String password)

        Specifies the password of a user who has permission to access your SVM.

        Parameters:
        password - Specifies the password of a user who has permission to access your SVM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUser

        public void setUser(String user)

        Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Parameters:
        user - Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

      • getUser

        public String getUser()

        Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Returns:
        Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

      • withUser

        public FsxProtocolSmb withUser(String user)

        Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Parameters:
        user - Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /