Modifier and Type | Class and Description |
---|---|
class |
AbortedException
SDK operation aborted exception.
|
class |
AmazonServiceException
Extension of SdkClientException that represents an error response returned
by an Amazon web service.
|
class |
ResetException
Stream reset failure.
|
class |
SdkClientException
Base type for all client exceptions thrown by the SDK.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientExecutionTimeoutException |
Modifier and Type | Class and Description |
---|---|
class |
OAuthServiceException
Provides an extension of the SdkClientException
for errors reported by the IAM Service processing a request.
|
Modifier and Type | Class and Description |
---|---|
static class |
SdkJsonGenerator.JsonGenerationException
Indicates an issue writing JSON content.
|
Modifier and Type | Method and Description |
---|---|
long |
RetryPolicy.BackoffStrategy.delayBeforeNextRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted)
Returns the delay (in milliseconds) before next retry attempt.
|
boolean |
PredefinedRetryPolicies.SDKDefaultRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted) |
boolean |
RetryPolicy.RetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted)
Returns whether a failed request should be retried according to the
given request context.
|
Modifier and Type | Class and Description |
---|---|
class |
AsperaTransferException
Provides an extension of the SdkClientException
for errors reported by the IAM Service processing a request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompleteMultipartUploadRetryCondition.shouldRetry(AmazonWebServiceRequest originalRequest,
AmazonClientException exception,
int retriesAttempted) |
Modifier and Type | Class and Description |
---|---|
class |
AmazonS3Exception
Provides an extension of the AmazonServiceException
for errors reported by Amazon S3 while
processing a request.
|
class |
MultiObjectDeleteException
Exception for partial or total failure of the multi-object delete API,
including the errors that occurred.
|
Modifier and Type | Method and Description |
---|---|
AmazonClientException |
Transfer.waitForException()
Waits for this transfer to finish and returns any error that occurred, or
returns
null if no errors occurred. |
Modifier and Type | Method and Description |
---|---|
void |
TransferManager.abortMultipartUploads(String bucketName,
Date date)
Aborts any multipart uploads that were initiated before the specified date.
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
AmazonS3 srcS3,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copy |
TransferManager.copy(CopyObjectRequest copyObjectRequest,
TransferStateChangeListener stateChangeListener)
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Copy |
TransferManager.copy(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Schedules a new transfer to copy data from one Amazon S3 location to
another Amazon S3 location.
|
Upload |
TransferManager.upload(PutObjectRequest putObjectRequest)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(PutObjectRequest putObjectRequest,
S3ProgressListener progressListener)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(String bucketName,
String key,
File file)
Schedules a new transfer to upload data to Amazon S3.
|
Upload |
TransferManager.upload(String bucketName,
String key,
InputStream input,
ObjectMetadata objectMetadata)
Schedules a new transfer to upload data to Amazon S3.
|
void |
Transfer.waitForCompletion()
Waits for this transfer to complete.
|
CopyResult |
Copy.waitForCopyResult()
Waits for the copy request to complete and returns the result of this
request.
|
UploadResult |
Upload.waitForUploadResult()
Waits for this upload to complete and returns the result of this upload.
|
Modifier and Type | Class and Description |
---|---|
class |
FileLockException
Failed to lock a file.
|
class |
PauseException
Failed to complete a pause operation.
|
Modifier and Type | Method and Description |
---|---|
protected AmazonClientException |
AbstractTransfer.unwrapExecutionException(ExecutionException e)
Unwraps the root exception that caused the specified ExecutionException
and returns it.
|
AmazonClientException |
AbstractTransfer.waitForException()
Waits for this transfer to finish and returns any error that occurred, or
returns
null if no errors occurred. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransfer.waitForCompletion()
Waits for this transfer to complete.
|
void |
MultipleFileDownloadImpl.waitForCompletion()
Waits for this transfer to complete.
|
void |
MultipleFileUploadImpl.waitForCompletion()
Waits for this transfer to complete.
|
CopyResult |
CopyImpl.waitForCopyResult()
Waits for this copy operation to complete and returns the result of the
operation.
|
UploadResult |
UploadImpl.waitForUploadResult()
Waits for this upload to complete and returns the result of this upload.
|
Modifier and Type | Class and Description |
---|---|
class |
WaiterTimedOutException |
class |
WaiterUnrecoverableException |
Copyright © 2024. All rights reserved.