@Immutable public class SdkHttpMetadata extends Object
Modifier and Type | Method and 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 int getHttpStatusCode()
public static SdkHttpMetadata from(HttpResponse httpResponse)
SdkHttpMetadata
from the details in a HttpResponse
.Copyright © 2018. All rights reserved.