| Package | Description | 
|---|---|
| com.amazonaws.event | |
| com.amazonaws.internal | |
| com.amazonaws.metrics | Classes used to support the AWS SDK metrics API. | 
| com.amazonaws.util | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProgressInputStreamUsed for input stream progress tracking purposes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReleasableInputStreamAn input stream that can have the close operation disabled (to avoid
 accidentally being closed). | 
| class  | ResettableInputStreamA mark-and-resettable input stream that can be used on files or file input
 streams. | 
| class  | SdkDigestInputStreamBase class for AWS Java SDK specific  DigestInputStream. | 
| class  | SdkFilterInputStreamBase class for AWS Java SDK specific  FilterInputStream. | 
| class  | SdkFilterOutputStreamBase class for AWS Java SDK specific  FilterOutputStream. | 
| class  | SdkInputStreamBase class for AWS Java SDK specific  InputStream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MetricFilterInputStreamUsed to capture the input stream throughput metrics, but excluding the
  SdkFilterInputStream.read()API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountingInputStreamSimple input stream wrapper utility to count the bytes read from a stream. | 
| class  | CRC32ChecksumCalculatingInputStreamSimple InputStream wrapper that examines the wrapped stream's contents as
 they are read and calculates and CRC32 checksum. | 
| class  | LengthCheckInputStreamUsed to perform length check to ensure the number of bytes read from the
 underlying input stream is the same as the expected total. | 
| class  | ServiceClientHolderInputStreamThis wrapper input stream holds a reference to the service client. | 
Copyright © 2017. All rights reserved.