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.
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.retry.v2

Class RetryPolicyContext



  • @Immutable
    public class RetryPolicyContext
    extends Object 
    Contains useful information about a failed request that can be used to make retry and backoff decisions. See RetryPolicy.
    • Method Detail

      • originalRequest

        public Object originalRequest()
        Returns:
        The original request passed to the client method for an operation.
      • exception

        public SdkBaseException exception()
        Returns:
        The previous exception (may be a client or a service exception).
      • retriesAttempted

        public int retriesAttempted()
        Returns:
        Number of retries attempted thus far.
      • totalRequests

        public int totalRequests()
        Returns:
        The total number of requests made thus far.
      • httpStatusCode

        public Integer httpStatusCode()
        Returns:
        HTTP status code of response. May be null if no response was received from the service.
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

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