@Immutable public class SdkHttpMetadata extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static SdkHttpMetadata |
from(HttpResponse httpResponse) |
Static factory to create an
SdkHttpMetadata from the details in a HttpResponse. |
Map<String,String> |
getHttpHeaders() |
|
int |
getHttpStatusCode() |
public static SdkHttpMetadata from(HttpResponse httpResponse)
SdkHttpMetadata from the details in a HttpResponse.public int getHttpStatusCode()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.