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.codegurusecurity.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

      • withErrorCode

        public ThrottlingException withErrorCode(String errorCode)

        The identifier for the error.

        Parameters:
        errorCode - The identifier for the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQuotaCode

        public void setQuotaCode(String quotaCode)

        The identifier for the originating quota.

        Parameters:
        quotaCode - The identifier for the originating quota.
      • getQuotaCode

        public String getQuotaCode()

        The identifier for the originating quota.

        Returns:
        The identifier for the originating quota.
      • withQuotaCode

        public ThrottlingException withQuotaCode(String quotaCode)

        The identifier for the originating quota.

        Parameters:
        quotaCode - The identifier for the originating quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceCode

        public void setServiceCode(String serviceCode)

        The identifier for the originating service.

        Parameters:
        serviceCode - The identifier for the originating service.
      • getServiceCode

        public String getServiceCode()

        The identifier for the originating service.

        Returns:
        The identifier for the originating service.
      • withServiceCode

        public ThrottlingException withServiceCode(String serviceCode)

        The identifier for the originating service.

        Parameters:
        serviceCode - The identifier for the originating service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

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