Package | Description |
---|---|
com.amazonaws.event | |
com.amazonaws.internal | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.internal.crypto | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.util |
Modifier and Type | Class and Description |
---|---|
class |
ProgressReportingInputStream
Simple InputStream wrapper that occasionally notifies a progress listener
about the number of bytes transferred.
|
Modifier and Type | Class and Description |
---|---|
class |
SdkDigestInputStream
Base class for AWS Java SDK specific
DigestInputStream . |
class |
SdkFilterInputStream
Base class for AWS Java SDK specific
FilterInputStream . |
class |
SdkFilterOutputStream
Base class for AWS Java SDK specific
FilterOutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
MetricFilterInputStream
Used to capture the input stream throughput metrics, but excluding the
FilterInputStream.read() API. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepeatableCipherInputStream<T extends CipherFactory>
Common base class used to wrap an InputStream with a cipher input stream to
encrypt it, and handles resets by attempting to reset on the original,
unencrypted data InputStream, and recreate an identical Cipher and identical
CipherInputStream on the original data.
|
class |
DigestValidationInputStream
Input stream extends MD5DigestValidationInputStream, when you finish reading the stream, it
will validate whether the computed digest equals the one from the server
side.
|
class |
InputSubstream
Filtered input stream implementation that exposes a range of an input stream
as a new input stream.
|
class |
MD5DigestCalculatingInputStream
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and MD5 digest.
|
class |
RepeatableCipherInputStream
Wraps an InputStream with a CipherInputStream to encrypt it, and handles
resets by attempting to reset on the original, unencrypted data InputStream,
and recreate an identical Cipher and identical CipherInputStream on the
original data.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteRangeCapturingInputStream
FilterInputStream that captures a range of bytes from a wrapped input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
S3ObjectInputStream
Input stream representing the content of an
S3Object . |
Modifier and Type | Class and Description |
---|---|
class |
ServiceClientHolderInputStream
This wrapper input stream holds a reference to the service client.
|
Copyright © 2016. All rights reserved.