| Class | Description |
|---|---|
| AwsDateUtils | |
| CapacityManager |
Manages capacity of a finite resource.
|
| ClassLoaderHelper | |
| ClockSkewUtil | |
| Crc32ChecksumCalculatingInputStream |
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and CRC32 checksum.
|
| Crc32ChecksumValidatingInputStream |
Wraps the provided input stream with a
Crc32ChecksumCalculatingInputStream and after the stream is closed
will validate the calculated checksum against the actual checksum. |
| Mimetype |
Utility class that maintains a listing of known Mimetypes, and determines the
mimetype of files based on file extensions.
|
| NamespaceRemovingInputStream |
FilterInputStream implementation that wraps an InputStream containing an XML
document, and removes the XML namespace attribute from the XML document.
|
| NoopSubscription |
An implementation of
Subscription that does nothing. |
| ThrowableUtils |
Utility for use with errors or exceptions.
|
| UnreliableFilterInputStream |
An internal class used solely for the purpose of testing via failure
injection.
|
| UserAgentUtils |
Utility class for accessing AWS SDK versioning information.
|
| Exception | Description |
|---|---|
| FakeIoException |
Used for simulating an IOException for test purposes.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.