Package com.amazonaws
Class Response<T>
- java.lang.Object
-
- com.amazonaws.Response<T>
-
- Type Parameters:
T
- the underlying AWS response type.
public final class Response<T> extends Object
Response wrapper to provide access to not only the original AWS response but also the associated http response.
-
-
Constructor Summary
Constructors Constructor Description Response(T response, HttpResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getAwsResponse()
HttpResponse
getHttpResponse()
-
-
-
Constructor Detail
-
Response
public Response(T response, HttpResponse httpResponse)
-
-
Method Detail
-
getAwsResponse
public T getAwsResponse()
-
getHttpResponse
public HttpResponse getHttpResponse()
-
-