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

Class HandlerAfterAttemptContext



  • public final class HandlerAfterAttemptContext
    extends Object 
    Contextual data for the RequestHandler2 afterAttempt callback Under certain conditions (redirects), both response and exception may be null
    • Method Detail

      • getRequest

        public Request<?> getRequest()
        Returns:
        the request being attempted
      • getResponse

        public Response<?> getResponse()
        Returns:
        the response to the request or null if the attempt failed
      • getException

        public Exception getException()
        Returns:
        the exception that was generated while processing the request, or null if the attempt succeeded
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

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