Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
private boolean |
AmazonS3Client.shouldRetryCompleteMultipartUpload(AmazonWebServiceRequest originalRequest,
AmazonS3Exception exception,
int retriesAttempted) |
Modifier and Type | Field and Description |
---|---|
private SdkPredicate<AmazonS3Exception> |
CompleteMultipartUploadRetryCondition.completeMultipartRetryablePredicate |
Modifier and Type | Method and Description |
---|---|
AmazonS3Exception |
AmazonS3ExceptionBuilder.build()
Creates a new AmazonS3Exception object with the values set.
|
private AmazonS3Exception |
S3ErrorResponseHandler.createExceptionFromHeaders(HttpResponse errorResponse,
java.lang.String errorResponseXml) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompleteMultipartUploadRetryablePredicate.test(AmazonS3Exception exception) |
Constructor and Description |
---|
CompleteMultipartUploadRetryCondition(SdkPredicate<AmazonS3Exception> predicate,
int maxRetryAttempts)
For testing purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiObjectDeleteException
Exception for partial or total failure of the multi-object delete API,
including the errors that occurred.
|
Modifier and Type | Field and Description |
---|---|
private AmazonS3Exception |
XmlResponsesSaxParser.CompleteMultipartUploadHandler.ase |
Modifier and Type | Method and Description |
---|---|
AmazonS3Exception |
XmlResponsesSaxParser.CompleteMultipartUploadHandler.getAmazonS3Exception() |