com.amazonaws
Class Response<T>

java.lang.Object
  extended by com.amazonaws.Response<T>
Type Parameters:
T - the underlying AWS response type.

public final class Response<T>
extends java.lang.Object

Response wrapper to provide access to not only the original AWS response but also the associated http response.


Constructor Summary
Response(T response, HttpResponse httpResponse)
           
 
Method Summary
 T getAwsResponse()
           
 HttpResponse getHttpResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(T response,
                HttpResponse httpResponse)
Method Detail

getAwsResponse

public T getAwsResponse()

getHttpResponse

public HttpResponse getHttpResponse()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.