Interface | Description |
---|---|
MetricAware |
Used to check if any metrics gathering activity is already turned on in one
of the underlying wrapped objects.
|
Releasable |
Used for releasing a resource.
|
Class | Description |
---|---|
CustomBackoffStrategy | |
DynamoDBBackoffStrategy | |
EC2MetadataClient |
Simple client for accessing the Amazon EC2 Instance Metadata Service.
|
ListWithAutoConstructFlag<T> |
List with auto construct flag to indicate whether it is auto constructed by Java SDK.
|
ReleasableInputStream |
An input stream that can have the close operation disabled (to avoid
accidentally being closed).
|
ResettableInputStream |
A mark-and-resettable input stream that can be used on files or file input
streams.
|
SdkBufferedInputStream |
A buffered input stream that is both SDK metric aware, and can be aborted
via thread interrupt.
|
SdkDigestInputStream |
Base class for AWS Java SDK specific
DigestInputStream . |
SdkFilterInputStream |
Base class for AWS Java SDK specific
FilterInputStream . |
SdkFilterOutputStream |
Base class for AWS Java SDK specific
FilterOutputStream . |
SdkInputStream |
Base class for AWS Java SDK specific
InputStream . |
StaticCredentialsProvider |
Simple implementation of AWSCredentialsProvider that just wraps static AWSCredentials.
|
Exception | Description |
---|---|
CRC32MismatchException |
The exception will be thrown when client side CRC32 checksum does not match the one from server side.
|
Copyright © 2014. All rights reserved.