Skip navigation links
A B C E F G H I M N O P R S T U V W 

A

abort() - Method in interface software.amazon.awssdk.http.Abortable
Aborts the execution of the task.
abort() - Method in class software.amazon.awssdk.http.AbortableInputStream
 
Abortable - Interface in software.amazon.awssdk.http
An Abortable task.
AbortableInputStream - Class in software.amazon.awssdk.http
Input stream that can be aborted.
ACCEPTED - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
appendHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single header to be included in the created HTTP request.
appendHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Add a single header to be included in the created HTTP request.
appendRawQueryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
appendRawQueryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
applyMutation(Consumer<SdkHttpRequest.Builder>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
 
AsyncExecuteRequest - Class in software.amazon.awssdk.http.async
Request object containing the parameters necessary to make an asynchronous HTTP request.
AsyncExecuteRequest.Builder - Interface in software.amazon.awssdk.http.async
 

B

BAD_GATEWAY - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
BAD_REQUEST - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
build() - Method in interface software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
 
build() - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder
Create a SdkAsyncHttpClient with global defaults applied.
build() - Method in interface software.amazon.awssdk.http.HttpExecuteRequest.Builder
 
build() - Method in interface software.amazon.awssdk.http.HttpExecuteResponse.Builder
 
build() - Method in interface software.amazon.awssdk.http.SdkHttpClient.Builder
Create a SdkHttpClient with global defaults applied.
build() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
 
build() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
build() - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
builder() - Static method in class software.amazon.awssdk.http.async.AsyncExecuteRequest
 
builder() - Static method in class software.amazon.awssdk.http.HttpExecuteRequest
 
builder() - Static method in class software.amazon.awssdk.http.HttpExecuteResponse
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpFullRequest
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpFullResponse
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpRequest
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpResponse
 
builder() - Static method in class software.amazon.awssdk.http.SdkRequestContext
 
buildWithDefaults(AttributeMap) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder
Create an SdkAsyncHttpClient with service specific defaults applied.
buildWithDefaults(AttributeMap) - Method in interface software.amazon.awssdk.http.SdkHttpClient.Builder
Create an SdkHttpClient with service specific defaults applied.

C

call() - Method in interface software.amazon.awssdk.http.ExecutableHttpRequest
 
CHUNKED - Static variable in class software.amazon.awssdk.http.Header
 
clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Removes all headers from this builder.
clearQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all query parameters from this builder.
clearQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Removes all query parameters from this builder.
clientName() - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClient
Each HTTP client implementation should return a well-formed client name that allows requests to be identifiable back to the client that made the request.
clientName() - Method in interface software.amazon.awssdk.http.SdkHttpClient
Each HTTP client implementation should return a well-formed client name that allows requests to be identifiable back to the client that made the request.
complete() - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when all parts of the response have been received.
CONNECTION_ACQUIRE_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for acquiring an already-established connection from a connection pool to a remote service.
CONNECTION_MAX_IDLE_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout after which an idle connection should be closed.
CONNECTION_TIME_TO_LIVE - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout after which a connection should be closed, regardless of whether it is idle.
CONNECTION_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for establishing a connection to a remote service.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The content, exactly as it was configured with SdkHttpFullResponse.Builder.content(AbortableInputStream).
content(AbortableInputStream) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpFullResponse.content() to be used in the HTTP response.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse
Returns the optional stream containing the payload data returned by the service.
CONTENT_LENGTH - Static variable in class software.amazon.awssdk.http.Header
 
CONTENT_MD5 - Static variable in class software.amazon.awssdk.http.Header
 
CONTENT_TYPE - Static variable in class software.amazon.awssdk.http.Header
 
contentLength() - Method in interface software.amazon.awssdk.http.async.SdkHttpContentPublisher
 
ContentStreamProvider - Interface in software.amazon.awssdk.http
Provides the content stream of a request.
contentStreamProvider(ContentStreamProvider) - Method in interface software.amazon.awssdk.http.HttpExecuteRequest.Builder
Set the ContentStreamProvider to be executed by the client.
contentStreamProvider() - Method in class software.amazon.awssdk.http.HttpExecuteRequest
 
contentStreamProvider(ContentStreamProvider) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Set the ContentStreamProvider for this request.
contentStreamProvider() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
 
contentStreamProvider() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest
 
CONTINUE - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
copy() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
 
create(InputStream, Abortable) - Static method in class software.amazon.awssdk.http.AbortableInputStream
Creates an instance of AbortableInputStream.
create(InputStream) - Static method in class software.amazon.awssdk.http.AbortableInputStream
Creates an instance of AbortableInputStream that ignores abort.
createAsyncHttpClientFactory() - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpService
 
CREATED - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
createHttpClientBuilder() - Method in interface software.amazon.awssdk.http.SdkHttpService
 

E

encodedPath() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.encodedPath(String).
encodedPath(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.encodedPath() to be used in the created HTTP request.
encodedPath() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
The path, exactly as it was configured with SdkHttpRequest.Builder.encodedPath(String).
encodedPath(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.encodedPath() to be used in the created HTTP request.
encodedPath() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the URL-encoded path that should be used in the HTTP request.
exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when an exception occurs during the request/response.
ExecutableHttpRequest - Interface in software.amazon.awssdk.http
An HTTP request that can be invoked by ExecutableHttpRequest.call().
execute(AsyncExecuteRequest) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClient
Execute the request.

F

firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
FORBIDDEN - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
fromValue(String) - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
 
fullDuplex(boolean) - Method in interface software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
Option to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.
fullDuplex() - Method in class software.amazon.awssdk.http.async.AsyncExecuteRequest
 
fullDuplex() - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
fullDuplex(boolean) - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
fullDuplex() - Method in class software.amazon.awssdk.http.SdkRequestContext
Option to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.

G

GATEWAY_TIMEOUT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
getUri() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Convert this HTTP request's protocol, host, port, path and query string into a properly-encoded URI string that matches the URI string used for AWS request signing.
GLOBAL_HTTP_DEFAULTS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 

H

Header - Class in software.amazon.awssdk.http
Constants for commonly used HTTP headers.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP request.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP response.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Returns a map of all HTTP headers in this message, sorted in case-insensitive order by their header name.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP request.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP response.
headersReceived(SdkHttpResponse) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when the initial response with headers is received.
host() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The host, exactly as it was configured with SdkHttpFullRequest.Builder.host(String).
host(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.host() to be used in the created HTTP request.
host() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
The host, exactly as it was configured with SdkHttpRequest.Builder.host(String).
host(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.host() to be used in the created HTTP request.
host() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the host that should be communicated with.
HttpExecuteRequest - Class in software.amazon.awssdk.http
Request object containing the parameters necessary to make a synchronous HTTP request.
HttpExecuteRequest.Builder - Interface in software.amazon.awssdk.http
 
HttpExecuteResponse - Class in software.amazon.awssdk.http
 
HttpExecuteResponse.Builder - Interface in software.amazon.awssdk.http
 
httpRequest() - Method in class software.amazon.awssdk.http.HttpExecuteRequest
 
httpResponse() - Method in class software.amazon.awssdk.http.HttpExecuteResponse
 
HttpStatusCode - Class in software.amazon.awssdk.http
Constants for common HTTP status codes.
HttpStatusFamily - Enum in software.amazon.awssdk.http
The set of HTTP status families defined by the standard.

I

INTERNAL_SERVER_ERROR - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
isOneOf(HttpStatusFamily...) - Method in enum software.amazon.awssdk.http.HttpStatusFamily
Determine whether this HTTP status family is in the list of provided families.
isSuccessful() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
If we get back any 2xx status code, then we know we should treat the service call as successful.

M

MAX_CONNECTIONS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Maximum number of connections allowed in a connection pool.
MAX_PENDING_CONNECTION_ACQUIRES - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Maximum number of requests allowed to wait for a connection.
method() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.method(SdkHttpMethod).
method(SdkHttpMethod) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.method() to be used in the created HTTP request.
method() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
The path, exactly as it was configured with SdkHttpRequest.Builder.method(SdkHttpMethod).
method(SdkHttpMethod) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.method() to be used in the created HTTP request.
method() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the HTTP method (GET, POST, etc) to use when sending this request.
METHOD_NOT_ALLOWED - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
MOVED_PERMANENTLY - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
MOVED_TEMPORARILY - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 

N

name() - Method in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Note that the name is mainly used for debugging purposes.
newStream() - Method in interface software.amazon.awssdk.http.ContentStreamProvider
 
NO_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
NOT_ACCEPTABLE - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
NOT_FOUND - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 

O

of(int) - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Retrieve the HTTP status family for the given HTTP status code.
OK - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
onComplete() - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onError(Throwable) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpResponseHandler
Called when there is an error making the request or receiving the response.
onError(Throwable) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onHeaders(SdkHttpResponse) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpResponseHandler
Called when the headers have been received.
onNext(ByteBuffer) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onStream(Publisher<ByteBuffer>) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpResponseHandler
Called when the streaming body is ready.
onStream(Publisher<ByteBuffer>) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when the HTTP client is ready to start sending data to the response handler.
onSubscribe(Subscription) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 

P

PARTIAL_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
port() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The port, exactly as it was configured with SdkHttpFullRequest.Builder.port(Integer).
port(Integer) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.port() to be used in the created HTTP request.
port() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
The port, exactly as it was configured with SdkHttpRequest.Builder.port(Integer).
port(Integer) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.port() to be used in the created HTTP request.
port() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
The port that should be used for HTTP communication.
prepareRequest(HttpExecuteRequest) - Method in interface software.amazon.awssdk.http.SdkHttpClient
Create a ExecutableHttpRequest that can be used to execute the HTTP request.
Protocol - Enum in software.amazon.awssdk.http
 
PROTOCOL - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
HTTP protocol to use.
protocol() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The protocol, exactly as it was configured with SdkHttpFullRequest.Builder.protocol(String).
protocol(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.protocol() to be used in the created HTTP request.
protocol() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
The protocol, exactly as it was configured with SdkHttpRequest.Builder.protocol(String).
protocol(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure a SdkHttpRequest.protocol() to be used in the created HTTP request.
protocol() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the protocol that should be used for HTTP communication.
putHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single header to be included in the created HTTP request.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single header with multiple values to be included in the created HTTP request.
putHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Add a single header to be included in the created HTTP response.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Add a single header with multiple values to be included in the created HTTP response.
putHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single header to be included in the created HTTP request.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single header with multiple values to be included in the created HTTP request.
putHeader(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Add a single header to be included in the created HTTP response.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Add a single header with multiple values to be included in the created HTTP response.
putRawQueryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.
putRawQueryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.

R

rawQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
rawQueryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.rawQueryParameters() to be used in the created HTTP request.
rawQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
rawQueryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Configure an SdkHttpRequest.rawQueryParameters() to be used in the created HTTP request.
rawQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns a map of all non-URL encoded parameters in this request.
READ_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for each read to the underlying socket.
REAP_IDLE_CONNECTIONS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Whether idle connection should be removed after the SdkHttpConfigurationOption.CONNECTION_MAX_IDLE_TIMEOUT has passed.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Remove all values for the requested header from this builder.
removeQueryParameter(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Remove all values for the requested query parameter from this builder.
removeQueryParameter(String) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder
Remove all values for the requested query parameter from this builder.
request(SdkHttpRequest) - Method in interface software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
Set the HTTP request to be executed by the client.
request() - Method in class software.amazon.awssdk.http.async.AsyncExecuteRequest
 
request(SdkHttpRequest) - Method in interface software.amazon.awssdk.http.HttpExecuteRequest.Builder
Set the HTTP request to be executed by the client.
REQUEST_TIMEOUT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
REQUEST_TOO_LONG - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
requestContentPublisher(SdkHttpContentPublisher) - Method in interface software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
Set the publisher of the request content.
requestContentPublisher() - Method in class software.amazon.awssdk.http.async.AsyncExecuteRequest
 
RESET_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
response(SdkHttpResponse) - Method in interface software.amazon.awssdk.http.HttpExecuteResponse.Builder
Set the HTTP response to be executed by the client.
responseBody(AbortableInputStream) - Method in interface software.amazon.awssdk.http.HttpExecuteResponse.Builder
Set the InputStream to be returned by the client.
responseBody() - Method in class software.amazon.awssdk.http.HttpExecuteResponse
 
responseHandler(SdkAsyncHttpResponseHandler) - Method in interface software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
Set the response handler for the resposne.
responseHandler() - Method in class software.amazon.awssdk.http.async.AsyncExecuteRequest
 

S

SdkAsyncHttpClient - Interface in software.amazon.awssdk.http.async
Interface to take a representation of an HTTP request, asynchronously make an HTTP call, and return a representation of an HTTP response.
SdkAsyncHttpClient.Builder<T extends SdkAsyncHttpClient.Builder<T>> - Interface in software.amazon.awssdk.http.async
 
SdkAsyncHttpResponseHandler - Interface in software.amazon.awssdk.http.async
Handles asynchronous HTTP responses.
SdkAsyncHttpService - Interface in software.amazon.awssdk.http.async
Service Provider interface for Async HTTP implementations.
SdkCancellationException - Exception in software.amazon.awssdk.http
Exception thrown when the response subscription is cancelled.
SdkCancellationException(String) - Constructor for exception software.amazon.awssdk.http.SdkCancellationException
 
SdkHttpClient - Interface in software.amazon.awssdk.http
Interface to take a representation of an HTTP request, make an HTTP call, and return a representation of an HTTP response.
SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>> - 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.
SdkHttpContentPublisher - Interface in software.amazon.awssdk.http.async
A Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.
SdkHttpFullRequest - Interface in software.amazon.awssdk.http
An immutable HTTP request with a possible HTTP body.
SdkHttpFullRequest.Builder - Interface in software.amazon.awssdk.http
A mutable builder for SdkHttpFullRequest.
SdkHttpFullResponse - Interface in software.amazon.awssdk.http
An immutable HTTP response with a possible HTTP body.
SdkHttpFullResponse.Builder - Interface in software.amazon.awssdk.http
Builder for a DefaultSdkHttpFullResponse.
SdkHttpHeaders - Interface in software.amazon.awssdk.http
An immutable set of HTTP headers.
SdkHttpMethod - Enum in software.amazon.awssdk.http
Enum for available HTTP methods.
SdkHttpRequest - Interface in software.amazon.awssdk.http
An immutable HTTP request without access to the request body.
SdkHttpRequest.Builder - Interface in software.amazon.awssdk.http
A mutable builder for SdkHttpFullRequest.
SdkHttpResponse - Interface in software.amazon.awssdk.http
An immutable HTTP response without access to the response body.
SdkHttpResponse.Builder - Interface in software.amazon.awssdk.http
Builder for a DefaultSdkHttpFullResponse.
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.
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
Builder for a SdkRequestContext.
SERVICE_UNAVAILABLE - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
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
 
software.amazon.awssdk.http - package software.amazon.awssdk.http
 
software.amazon.awssdk.http.async - package software.amazon.awssdk.http.async
 
statusCode() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusCode(int).
statusCode(int) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusCode() to be used in the created HTTP response.
statusCode() - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
The status text, exactly as it was configured with SdkHttpResponse.Builder.statusCode(int).
statusCode(int) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Configure an SdkHttpResponse.statusCode() to be used in the created HTTP response.
statusCode() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status code (eg.
statusText() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusText(String).
statusText(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusText() to be used in the created HTTP response.
statusText() - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
The status text, exactly as it was configured with SdkHttpResponse.Builder.statusText(String).
statusText(String) - Method in interface software.amazon.awssdk.http.SdkHttpResponse.Builder
Configure an SdkHttpResponse.statusText() to be used in the created HTTP response.
statusText() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status text returned by the service.

T

TEMPORARY_REDIRECT - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
THROTTLING - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
toBuilder() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest
 
toBuilder() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse
 
toString() - Method in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 
TRANSFER_ENCODING - Static variable in class software.amazon.awssdk.http.Header
 
TRUST_ALL_CERTIFICATES - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Option to disable SSL cert validation and SSL host name verification.

U

UNAUTHORIZED - Static variable in class software.amazon.awssdk.http.HttpStatusCode
 
uri(URI) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
uri(URI) - Method in interface software.amazon.awssdk.http.SdkHttpRequest.Builder

V

valueOf(String) - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.http.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.http.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

WRITE_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for each write to the underlying socket.
A B C E F G H I M N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.