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.retry.v2

Class AndRetryCondition

    • Constructor Detail

      • AndRetryCondition

        public AndRetryCondition(RetryCondition... conditions)
    • Method Detail

      • shouldRetry

        public boolean shouldRetry(RetryPolicyContext context)
        Description copied from interface: RetryCondition
        Determine whether a request should or should not be retried.
        Specified by:
        shouldRetry in interface RetryCondition
        Parameters:
        context - Context about the state of the last request and information about the number of requests made.
        Returns:
        True if all conditions are true, false otherwise.
Skip navigation links

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