JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.simpleemailv2.model

Class GetAccountResult

    • Constructor Detail

      • GetAccountResult

        public GetAccountResult()
    • Method Detail

      • setDedicatedIpAutoWarmupEnabled

        public void setDedicatedIpAutoWarmupEnabled(Boolean dedicatedIpAutoWarmupEnabled)

        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

        Parameters:
        dedicatedIpAutoWarmupEnabled - Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
      • getDedicatedIpAutoWarmupEnabled

        public Boolean getDedicatedIpAutoWarmupEnabled()

        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

        Returns:
        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
      • withDedicatedIpAutoWarmupEnabled

        public GetAccountResult withDedicatedIpAutoWarmupEnabled(Boolean dedicatedIpAutoWarmupEnabled)

        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

        Parameters:
        dedicatedIpAutoWarmupEnabled - Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDedicatedIpAutoWarmupEnabled

        public Boolean isDedicatedIpAutoWarmupEnabled()

        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

        Returns:
        Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
      • setEnforcementStatus

        public void setEnforcementStatus(String enforcementStatus)

        The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

        Parameters:
        enforcementStatus - The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

      • getEnforcementStatus

        public String getEnforcementStatus()

        The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

        Returns:
        The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

      • withEnforcementStatus

        public GetAccountResult withEnforcementStatus(String enforcementStatus)

        The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

        Parameters:
        enforcementStatus - The reputation status of your Amazon SES account. The status can be one of the following:

        • HEALTHY – There are no reputation-related issues that currently impact your account.

        • PROBATION – We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.

        • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

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

        public void setProductionAccessEnabled(Boolean productionAccessEnabled)

        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Parameters:
        productionAccessEnabled - Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • getProductionAccessEnabled

        public Boolean getProductionAccessEnabled()

        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Returns:
        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • withProductionAccessEnabled

        public GetAccountResult withProductionAccessEnabled(Boolean productionAccessEnabled)

        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Parameters:
        productionAccessEnabled - Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

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

        public Boolean isProductionAccessEnabled()

        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

        Returns:
        Indicates whether or not your account has production access in the current Amazon Web Services Region.

        If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

        If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

      • setSendQuota

        public void setSendQuota(SendQuota sendQuota)

        An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.

        Parameters:
        sendQuota - An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
      • getSendQuota

        public SendQuota getSendQuota()

        An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.

        Returns:
        An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
      • withSendQuota

        public GetAccountResult withSendQuota(SendQuota sendQuota)

        An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.

        Parameters:
        sendQuota - An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSendingEnabled

        public void setSendingEnabled(Boolean sendingEnabled)

        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.

        Parameters:
        sendingEnabled - Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
      • getSendingEnabled

        public Boolean getSendingEnabled()

        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.

        Returns:
        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
      • withSendingEnabled

        public GetAccountResult withSendingEnabled(Boolean sendingEnabled)

        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.

        Parameters:
        sendingEnabled - Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSendingEnabled

        public Boolean isSendingEnabled()

        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.

        Returns:
        Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
      • setSuppressionAttributes

        public void setSuppressionAttributes(SuppressionAttributes suppressionAttributes)

        An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.

        Parameters:
        suppressionAttributes - An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
      • getSuppressionAttributes

        public SuppressionAttributes getSuppressionAttributes()

        An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.

        Returns:
        An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
      • withSuppressionAttributes

        public GetAccountResult withSuppressionAttributes(SuppressionAttributes suppressionAttributes)

        An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.

        Parameters:
        suppressionAttributes - An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDetails

        public void setDetails(AccountDetails details)

        An object that defines your account details.

        Parameters:
        details - An object that defines your account details.
      • getDetails

        public AccountDetails getDetails()

        An object that defines your account details.

        Returns:
        An object that defines your account details.
      • withDetails

        public GetAccountResult withDetails(AccountDetails details)

        An object that defines your account details.

        Parameters:
        details - An object that defines your account details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVdmAttributes

        public void setVdmAttributes(VdmAttributes vdmAttributes)

        The VDM attributes that apply to your Amazon SES account.

        Parameters:
        vdmAttributes - The VDM attributes that apply to your Amazon SES account.
      • getVdmAttributes

        public VdmAttributes getVdmAttributes()

        The VDM attributes that apply to your Amazon SES account.

        Returns:
        The VDM attributes that apply to your Amazon SES account.
      • withVdmAttributes

        public GetAccountResult withVdmAttributes(VdmAttributes vdmAttributes)

        The VDM attributes that apply to your Amazon SES account.

        Parameters:
        vdmAttributes - The VDM attributes that apply to your Amazon SES account.
        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 によって変換されたページ (->オリジナル) /