- GATEWAY_TIMEOUT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
-  
 
- getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in interface software.amazon.awssdk.http.ConfigurationProvider
 
- 
Retrieve the current value of the configuration option, if present.
 
- getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
 
- 
Returns the optional stream containing the payload data to include for
 this request.
 
- getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest
 
- 
Returns the optional stream containing the payload data to include for
 this request.
 
- getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse
 
- 
Returns the input stream containing the response content.
 
- getEndpoint() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
 
- 
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
 this request should be sent.
 
- getFirstHeaderValue(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
 
- 
Gets the first value of the given header, if it's present.
 
- getHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
 
- 
Returns the HTTP headers returned with this object.
 
- getHttpMethod() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
 
- 
Returns the HTTP method (GET, POST, etc) to use when sending this
 request.
 
- getName() - Method in class software.amazon.awssdk.http.HandlerContextKey
 
-  
 
- getParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
 
- 
Returns a map of all parameters in this request.
 
- getResourcePath() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
 
- 
Returns the path to the resource being requested.
 
- getStatusCode() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
 
- 
Returns the HTTP status code (ex: 200, 404, etc) associated with this
 response.
 
- getStatusText() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
 
- 
Returns the HTTP status text associated with this response.
 
- getValuesForHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
 
- 
Returns the list of values for a given header.
 
- GLOBAL_HTTP_DEFAULTS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 
-  
 
- SdkAsyncHttpClient - Interface in software.amazon.awssdk.http.async
 
-  
 
- SdkAsyncHttpClientFactory - Interface in software.amazon.awssdk.http.async
 
- 
 
- SdkAsyncHttpService - Interface in software.amazon.awssdk.http.async
 
- 
Service Provider interface for Async HTTP implementations.
 
- SdkHttpClient - Interface in software.amazon.awssdk.http
 
- 
Generic interface to take a representation of an HTTP request, make the HTTP call, and return a representation of an
 HTTP response.
 
- SdkHttpClientFactory - Interface in software.amazon.awssdk.http
 
- 
Interface for creating an 
SdkHttpClient with service specific defaults applied.
 
 
- SdkHttpConfigurationOption<T> - Class in software.amazon.awssdk.http
 
- 
Type safe key for an HTTP related configuration option.
 
- SdkHttpFullRequest - Interface in software.amazon.awssdk.http
 
- 
Represents a request being sent to an Amazon Web Service, including the
 parameters being sent as part of the request, the endpoint to which the
 request should be sent, etc.
 
- SdkHttpFullRequest.Builder - Interface in software.amazon.awssdk.http
 
- 
 
- SdkHttpFullResponse - Interface in software.amazon.awssdk.http
 
- 
Generic representation of an HTTP response.
 
- SdkHttpFullResponse.Builder - Class in software.amazon.awssdk.http
 
- 
Builder for a DefaultSdkHttpFullResponse.
 
- SdkHttpHeaders - Interface in software.amazon.awssdk.http
 
-  
 
- SdkHttpMethod - Enum in software.amazon.awssdk.http
 
- 
Enum for available HTTP methods.
 
- SdkHttpRequest - Interface in software.amazon.awssdk.http
 
-  
 
- SdkHttpRequestProvider - Interface in software.amazon.awssdk.http.async
 
- 
A Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.
 
- SdkHttpResponse - Interface in software.amazon.awssdk.http
 
-  
 
- SdkHttpResponseHandler<T> - Interface in software.amazon.awssdk.http.async
 
- 
Responsible for handling asynchronous http responses
 
- SdkHttpService - Interface in software.amazon.awssdk.http
 
- 
Service Provider interface for HTTP implementations.
 
- SdkRequestChannel - Interface in software.amazon.awssdk.http.async
 
- 
A object that allows writing data to an open socket.
 
- SdkRequestContext - Class in software.amazon.awssdk.http
 
- 
Container for extra dependencies needed during execution of a request.
 
- SdkRequestContext.Builder - Class in software.amazon.awssdk.http
 
- 
 
- SERVICE_UNAVAILABLE - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
-  
 
- SimpleSubscriber - Class in software.amazon.awssdk.http.async
 
- 
Simple subscriber that does no backpressure and doesn't care about errors or completion.
 
- SimpleSubscriber(Consumer<ByteBuffer>) - Constructor for class software.amazon.awssdk.http.async.SimpleSubscriber
 
-  
 
- SOCKET_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 
- 
Timeout for each read to the underlying socket.
 
- software.amazon.awssdk.http - package software.amazon.awssdk.http
 
-  
 
- software.amazon.awssdk.http.async - package software.amazon.awssdk.http.async
 
-  
 
- statusCode(int) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
-  
 
- statusText(String) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
-