Response.Builder (AWS SDK for Java

Response.Builder (AWS SDK for Java - 2.25.34)
Enclosing class:
Response<T>

public static final class Response.Builder<T>extends Object
  • Method Details

    • isSuccess

      Indicates whether the result indicates success or failure of the original request. A true value indicates success; a false value indicates failure.

    • response

      The modelled response object returned by the service. If the response was a failure, this value is likely to be null.

    • exception

      The modelled exception returned by the service. If the response was not a failure, this value is likely to be null.

    • httpResponse

      The HTTP response that was received by the SDK prior to determining the result.

    • build

      Builds a Response object based on the values held by this builder.

You Might Also Like