|
Class Summary |
| AwsHostNameUtils |
|
| AWSRequestMetrics |
Used as both a base class and a minimal support of AWS SDK request metrics. |
| AWSRequestMetricsFullSupport |
In contrast to AWSRequestMetrics, which is intended to be a minimal
support of AWS SDK request metrics, this class is the full support of AWS SDK
request metrics including features such as properties and sub-events. |
| BinaryUtils |
Utilities for encoding and decoding binary data to and from different forms. |
| CountingInputStream |
Simple input stream wrapper utility to count the bytes read from a stream. |
| CRC32ChecksumCalculatingInputStream |
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and CRC32 checksum. |
| DateUtils |
Utilities for parsing and formatting dates. |
| HttpUtils |
|
| ImmutableMapParameter<K,V> |
An immutable map that could be built by convenient constructors. |
| ImmutableMapParameter.Builder<K,V> |
A convenient builder for creating ImmutableMapParameter instances. |
| LengthCheckInputStream |
Used to perform length check to ensure the number of bytes read from the
underlying input stream is the same as the expected total. |
| Md5Utils |
Utility methods for computing MD5 sums. |
| ResponseMetadataCache |
Cache of response metadata for recently executed requests for diagnostic
purposes. |
| ServiceClientHolderInputStream |
This wrapper input stream holds a reference to the service client. |
| StringInputStream |
Simple wrapper for ByteArrayInputStream that will automatically encode the
string as UTF-8 data, and still allows access to the original string. |
| StringUtils |
Utilities for converting objects to strings. |
| TimingInfo |
Used both as a base class and a minimal support of timing info. |
| VersionInfoUtils |
Utility class for accessing AWS SDK versioning information. |
| XmlUtils |
|
| XMLWriter |
Utility for creating easily creating XML documents, one element at a time. |
| XpathUtils |
Utility methods for extracting data from XML documents using Xpath
expressions. |