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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Response
public Response(T response,
HttpResponse httpResponse)
getAwsResponse
public T getAwsResponse()
getHttpResponse
public HttpResponse getHttpResponse()
Copyright © 2016. All rights reserved.