Interface and Description |
---|
com.amazonaws.services.s3.model.ProgressListener
Use
ProgressListener instead. Using
this class is dangerous as it uses the deprecated ProgressEvent , which performs an unsafe cast from long to int in ProgressEvent.getBytesTransfered() . |
Class and Description |
---|
com.amazonaws.services.s3.internal.AbstractRepeatableCipherInputStream
this class is no longer used and will be removed in the future
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. It's repeatable if and only if the underlying unencryptedDataStream is repeatable - if the underlying input stream is not repeatable and you're going to buffer to make it repeatable anyways, it makes more sense to do so after wrapping in this object, so we buffer the encrypted data and don't have to bother re-encrypting on retry.
This stream only supports being marked before the first call to
|
com.amazonaws.services.s3.model.BucketNotificationConfiguration.TopicConfiguration
Use
TopicConfiguration
instead |
com.amazonaws.services.s3.model.CloudFunctionConfiguration
use
LambdaConfiguration instead |
com.amazonaws.services.s3.model.LegacyS3ProgressListener |
com.amazonaws.services.s3.model.ProgressEvent
Replaced by
ProgressEvent |
com.amazonaws.services.s3.internal.RepeatableFileInputStream
by
ResettableInputStream and this class will be removed
in future releases.
A repeatable input stream for files. This input stream can be repeated an unlimited number of times, without any limitation on when a repeat can occur. |
com.amazonaws.services.s3.internal.RepeatableInputStream
by
SdkBufferedInputStream .
A repeatable input stream wrapper for any input stream. This input stream
relies on buffered data to repeat, and can therefore only be repeated when
less data has been read than this buffer can hold.
Note: Always use a |
Field and Description |
---|
com.amazonaws.services.s3.internal.ServiceUtils.dateUtils |
com.amazonaws.services.s3.model.InstructionFileId.DEFAULT_INSTURCTION_FILE_SUFFIX |
Copyright © 2019. All rights reserved.