| Interface | Description |
|---|---|
| ApiName.Builder | |
| RequestOverrideConfiguration.Builder<B extends RequestOverrideConfiguration.Builder> | |
| SdkClient |
All SDK service client interfaces should extend this interface.
|
| SdkPojo |
Interface to provide the list of
SdkFields in a POJO. |
| SdkRequest.Builder | |
| SdkRequestOverrideConfiguration.Builder | |
| SdkResponse.Builder | |
| ServiceConfiguration |
| Class | Description |
|---|---|
| ApiName |
Encapsulates the API name and version of a library built using the AWS SDK.
|
| RequestOption |
Client option defaults for individual
SdkRequests. |
| RequestOverrideConfiguration |
Base per-request override configuration for all SDK requests.
|
| ResponseBytes<ResponseT> |
An in-memory representation of the service's response from a streaming operation.
|
| ResponseInputStream<ResponseT> |
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed
contents.
|
| SdkBytes |
An in-memory representation of data being given to a service or being returned by a service.
|
| SdkField<TypeT> |
Metadata about a member in an
SdkPojo. |
| SdkField.Builder<TypeT> |
Builder for
SdkField. |
| 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.
|
| SdkRequestOverrideConfiguration |
Base per-request override configuration for all SDK requests.
|
| SdkResponse |
The base class for all SDK responses.
|
| SdkStandardLogger |
A centralized set of loggers that used across the SDK to log particular types of events.
|
| Enum | Description |
|---|---|
| ClientType |
Enum that represents the type of client being used.
|
| Protocol |
Represents the communication protocol to use when sending requests to AWS.
|
| SdkSystemSetting |
System properties to configure the SDK runtime.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.