| 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.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 |
| Field and Description |
|---|
| com.amazonaws.services.s3.model.InstructionFileId.DEFAULT_INSTURCTION_FILE_SUFFIX |
Copyright © 2017. All rights reserved.