T - the underlying AWS response type.public final class Response<T> extends Object
| Constructor and Description | 
|---|
| Response(T response,
        HttpResponse httpResponse) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | getAwsResponse() | 
| HttpResponse | getHttpResponse() | 
public Response(T response, HttpResponse httpResponse)
public T getAwsResponse()
public HttpResponse getHttpResponse()
Copyright © 2020. All rights reserved.