List of usage examples for com.amazonaws Response getHttpResponse
public HttpResponse getHttpResponse()
From source file:io.opentracing.contrib.aws.SpanDecorator.java
License:Apache License
static void onResponse(Response response, Span span) { Tags.HTTP_STATUS.set(span, response.getHttpResponse().getStatusCode()); }