SdkHttpHeaders
SdkHttpFullResponse
public interface SdkHttpResponse extends SdkHttpHeaders
Modifier and Type | Method | Description |
---|---|---|
int |
getStatusCode() |
Returns the HTTP status code (ex: 200, 404, etc) associated with this
response.
|
String |
getStatusText() |
Returns the HTTP status text associated with this response.
|
getFirstHeaderValue, getHeaders, getValuesForHeader
String getStatusText()
int getStatusCode()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.