| Interface | Description |
|---|---|
| ApiName.Builder | |
| AwsRequest.Builder | |
| AwsRequestOverrideConfig.Builder | |
| ImmutableRequest<T> |
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.
|
| Request<T> |
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.
|
| SdkClient |
All SDK service client interfaces should extend this interface.
|
| SdkRequest.Builder | |
| SdkRequestOverrideConfig.Builder<B extends SdkRequestOverrideConfig.Builder> | |
| SdkResponse.Builder | |
| ServiceAdvancedConfiguration | |
| SignableRequest<T> |
Represents a sign-able 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.
|
| Class | Description |
|---|---|
| ApiName |
Encapsulates the API name and version of a library built using the AWS SDK.
|
| AwsRequest |
Base class for all AWS Service requests.
|
| AwsRequestOverrideConfig |
Request-specific configuration overrides for AWS service clients.
|
| AwsResponse |
Base class for all AWS Service responses.
|
| DefaultRequest<T> |
Default implementation of the Request interface.
|
| RequestClientOptions |
Client request options such as client markers for individual
AmazonWebServiceRequests. |
| RequestExecutionContext |
Request scoped dependencies and context for an execution of a request by
AmazonHttpClient. |
| RequestExecutionContext.Builder |
An SDK-internal implementation of
RequestExecutionContext.Builder. |
| Response<T> |
Response wrapper to provide access to not only the original AWS response
but also the associated http response.
|
| ResponseMetadata |
Represents additional metadata included with a response from AWS.
|
| SdkGlobalTime |
Used for clock skew adjustment between the client JVM where the SDK is run,
and the server side.
|
| SdkRequest |
The base class for all SDK requests.
|
| SdkRequestOverrideConfig |
Base per-request override configuration for all SDK requests.
|
| SdkResponse |
The base class for all SDK responses.
|
| SdkStandardLoggers |
A centralized set of loggers that used across the SDK to log particular types of events.
|
| Enum | Description |
|---|---|
| AwsSystemSetting |
The system properties and environment variables supported by the AWS SDK.
|
| HttpMethod |
Enumeration of valid HTTP methods.
|
| Protocol |
Represents the communication protocol to use when sending requests to AWS.
|
| RequestClientOptions.Marker |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.