Package com.amazonaws.util

Interface Summary
EncodingScheme Encoding scheme.
 

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.
 

Enum Summary
AWSRequestMetrics.Field Predefined AWS SDK metric types general across all AWS clients.
AWSServiceMetrics Predefined AWS SDK non-request specific metric types general across all AWS clients.
Base16 A Base 16 codec API.
Base32 A Base 32 codec API.
Base64 A Base 64 codec API.
Classes Classes related utilities.
ClassLoaderHelper  
CodecUtils Codec internal utilities
EncodingSchemeEnum Currently provided encoding schemes "out of the box".
IOUtils Utilities for IO operations.
JodaTime Utilities for accessing joda-time.
SdkRuntime  
Throwables Utility for use with errors or exceptions.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.