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

Class ThrottlingException

    • Constructor Detail

      • ThrottlingException

        public ThrottlingException(String message)
        Constructs a new ThrottlingException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setQuotaCode

        public void setQuotaCode(String quotaCode)

        The ID of the service quota that was exceeded.

        Parameters:
        quotaCode - The ID of the service quota that was exceeded.
      • getQuotaCode

        public String getQuotaCode()

        The ID of the service quota that was exceeded.

        Returns:
        The ID of the service quota that was exceeded.
      • withQuotaCode

        public ThrottlingException withQuotaCode(String quotaCode)

        The ID of the service quota that was exceeded.

        Parameters:
        quotaCode - The ID of the service quota that was exceeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetryAfterSeconds

        public void setRetryAfterSeconds(Integer retryAfterSeconds)

        The value of a parameter in the request caused an error.

        Parameters:
        retryAfterSeconds - The value of a parameter in the request caused an error.
      • getRetryAfterSeconds

        public Integer getRetryAfterSeconds()

        The value of a parameter in the request caused an error.

        Returns:
        The value of a parameter in the request caused an error.
      • withRetryAfterSeconds

        public ThrottlingException withRetryAfterSeconds(Integer retryAfterSeconds)

        The value of a parameter in the request caused an error.

        Parameters:
        retryAfterSeconds - The value of a parameter in the request caused an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceCode

        public void setServiceCode(String serviceCode)

        The ID of the service that is associated with the error.

        Parameters:
        serviceCode - The ID of the service that is associated with the error.
      • getServiceCode

        public String getServiceCode()

        The ID of the service that is associated with the error.

        Returns:
        The ID of the service that is associated with the error.
      • withServiceCode

        public ThrottlingException withServiceCode(String serviceCode)

        The ID of the service that is associated with the error.

        Parameters:
        serviceCode - The ID of the service that is associated with the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

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