Package | Description |
---|---|
com.ibm.cloud.objectstorage.http | |
com.ibm.cloud.objectstorage.protocol.json | |
com.ibm.cloud.objectstorage.retry | |
com.ibm.cloud.objectstorage.retry.internal | |
com.ibm.cloud.objectstorage.services.aspera.transfer | |
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
com.ibm.cloud.objectstorage.services.s3.transfer.internal | |
com.ibm.cloud.objectstorage.test | |
com.ibm.cloud.objectstorage.test.util | |
com.ibm.cloud.objectstorage.waiters |
Modifier and Type | Method and Description |
---|---|
AmazonServiceException |
DefaultErrorResponseHandler.handle(HttpResponse errorResponse) |
AmazonServiceException |
JsonErrorResponseHandler.handle(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Deprecated.
Use
AmazonHttpClient.requestExecutionBuilder() to configure and execute a HTTP request. |
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext,
RequestConfig requestConfig) |
Constructor and Description |
---|
DefaultErrorResponseHandler(List<com.ibm.cloud.objectstorage.transform.Unmarshaller<AmazonServiceException,Node>> unmarshallerList)
Constructs a new DefaultErrorResponseHandler that will handle error responses from Amazon
services using the specified list of unmarshallers.
|
DefaultErrorResponseHandler(Map<String,com.ibm.cloud.objectstorage.transform.Unmarshaller<AmazonServiceException,Node>> unmarshallerMap,
com.ibm.cloud.objectstorage.transform.Unmarshaller<AmazonServiceException,Node> defaultUnmarshaller)
Constructs a new DefaultErrorResponseHandler that will handle error responses from Amazon
services using the specified map of unmarshallers.
|
DefaultErrorResponseHandler(Map<String,com.ibm.cloud.objectstorage.transform.Unmarshaller<AmazonServiceException,Node>> unmarshallerMap,
com.ibm.cloud.objectstorage.transform.Unmarshaller<AmazonServiceException,Node> defaultUnmarshaller)
Constructs a new DefaultErrorResponseHandler that will handle error responses from Amazon
services using the specified map of unmarshallers.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseHandler<AmazonServiceException> |
SdkJsonProtocolFactory.createErrorResponseHandler(JsonErrorResponseMetadata errorResponsMetadata)
Creates a response handler for handling a error response (non 2xx response).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RetryUtils.isClockSkewError(AmazonServiceException exception)
Returns true if the specified exception is definitely a clock skew error.
|
static boolean |
RetryUtils.isRequestEntityTooLargeException(AmazonServiceException exception)
Returns true if the specified exception is a request entity too large error.
|
static boolean |
RetryUtils.isRetryableServiceException(AmazonServiceException exception)
Returns true if the specified exception is a retryable service side exception.
|
static boolean |
RetryUtils.isThrottlingException(AmazonServiceException exception)
Returns true if the specified exception is a throttling error.
|
Modifier and Type | Method and Description |
---|---|
AuthRetryParameters |
AuthErrorRetryStrategy.shouldRetryWithAuthParam(Request<?> originalRequest,
HttpResponse response,
AmazonServiceException ase)
Returns an alternative signing context (consists of a new signer instance
and a new request endpoint) that should be used to retry the request.
|
Modifier and Type | Method and Description |
---|---|
TransferSpecs |
AsperaTransferManager.getTransferSpec(FASPConnectionInfo faspConnectionInfo,
String localFileName,
String remoteFileName,
String direction) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request) |
void |
AmazonS3Client.abortMultipartUpload(AbortMultipartUploadRequest abortMultipartUploadRequest) |
void |
AmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request)
Aborts a multipart upload.
|
void |
AmazonS3Client.addLegalHold(AddLegalHoldRequest addLegalHoldRequest) |
void |
AmazonS3.addLegalHold(AddLegalHoldRequest addLegalHoldRequest)
Adds a legal hold to the specified object in the specified bucket.
|
void |
AmazonS3Client.addLegalHold(String bucketName,
String key,
String legalHoldId) |
void |
AmazonS3.addLegalHold(String bucketName,
String key,
String legalHoldId)
Adds a legal hold to the specified object in the specified bucket.
|
void |
AbstractAmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
void |
AmazonS3Client.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
void |
AmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass)
Deprecated.
this operation will not retain the ACL's or SSE parameters
associated with the given Amazon S3 object. Use
AmazonS3.copyObject(CopyObjectRequest)
instead. |
CompleteMultipartUploadResult |
AbstractAmazonS3.completeMultipartUpload(CompleteMultipartUploadRequest request) |
CompleteMultipartUploadResult |
AmazonS3Client.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest) |
CompleteMultipartUploadResult |
AmazonS3.completeMultipartUpload(CompleteMultipartUploadRequest request)
Completes a multipart upload by assembling previously uploaded parts.
|
CopyObjectResult |
AbstractAmazonS3.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
AmazonS3Client.copyObject(CopyObjectRequest copyObjectRequest) |
CopyObjectResult |
AmazonS3.copyObject(CopyObjectRequest copyObjectRequest)
Copies a source object to a new destination in Amazon S3.
|
CopyObjectResult |
AbstractAmazonS3.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyObjectResult |
AmazonS3Client.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey) |
CopyObjectResult |
AmazonS3.copyObject(String sourceBucketName,
String sourceKey,
String destinationBucketName,
String destinationKey)
Copies a source object to a new destination in Amazon S3.
|
CopyPartResult |
AbstractAmazonS3.copyPart(CopyPartRequest copyPartRequest) |
CopyPartResult |
AmazonS3.copyPart(CopyPartRequest copyPartRequest)
Copies a source object to a part of a multipart upload.
|
Bucket |
AbstractAmazonS3.createBucket(CreateBucketRequest createBucketRequest) |
Bucket |
AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest) |
Bucket |
AmazonS3.createBucket(CreateBucketRequest createBucketRequest)
Creates a new S3 bucket.
|
Bucket |
AbstractAmazonS3.createBucket(String bucketName) |
Bucket |
AmazonS3Client.createBucket(String bucketName) |
Bucket |
AmazonS3.createBucket(String bucketName)
Creates a new S3 bucket.
|
Bucket |
AbstractAmazonS3.createBucket(String bucketName,
Region region) |
Bucket |
AmazonS3Client.createBucket(String bucketName,
Region region)
Deprecated.
|
Bucket |
AmazonS3.createBucket(String bucketName,
Region region)
Deprecated.
Use regional endpoint and call
AmazonS3.createBucket(String) instead. |
Bucket |
AbstractAmazonS3.createBucket(String bucketName,
String region) |
Bucket |
AmazonS3Client.createBucket(String bucketName,
String region)
Deprecated.
|
Bucket |
AmazonS3.createBucket(String bucketName,
String region)
Deprecated.
Use regional endpoint and call
AmazonS3.createBucket(String) instead. |
void |
AbstractAmazonS3.deleteBucket(DeleteBucketRequest deleteBucketRequest) |
void |
AmazonS3Client.deleteBucket(DeleteBucketRequest deleteBucketRequest) |
void |
AmazonS3.deleteBucket(DeleteBucketRequest deleteBucketRequest)
Deletes the specified bucket.
|
void |
AbstractAmazonS3.deleteBucket(String bucketName) |
void |
AmazonS3Client.deleteBucket(String bucketName) |
void |
AmazonS3.deleteBucket(String bucketName)
Deletes the specified bucket.
|
void |
AbstractAmazonS3.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest request) |
void |
AmazonS3Client.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest deleteBucketReplicationConfigurationRequest) |
void |
AmazonS3.deleteBucketReplicationConfiguration(DeleteBucketReplicationConfigurationRequest request)
Deletes the replication configuration for the given Amazon S3 bucket.
|
void |
AbstractAmazonS3.deleteBucketReplicationConfiguration(String bucketName) |
void |
AmazonS3Client.deleteBucketReplicationConfiguration(String bucketName) |
void |
AmazonS3.deleteBucketReplicationConfiguration(String bucketName)
Deletes the replication configuration for the given Amazon S3 bucket.
|
void |
AbstractAmazonS3.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest) |
void |
AmazonS3Client.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest) |
void |
AmazonS3.deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest deleteBucketWebsiteConfigurationRequest)
This operation removes the website configuration for a bucket.
|
void |
AbstractAmazonS3.deleteBucketWebsiteConfiguration(String bucketName) |
void |
AmazonS3Client.deleteBucketWebsiteConfiguration(String bucketName) |
void |
AmazonS3.deleteBucketWebsiteConfiguration(String bucketName)
This operation removes the website configuration for a bucket.
|
void |
AmazonS3Client.deleteLegalHold(DeleteLegalHoldRequest deleteLegalHoldRequest) |
void |
AmazonS3.deleteLegalHold(DeleteLegalHoldRequest deleteLegalHoldRequest)
Deletes a legal hold for the specified object in the specified bucket.
|
void |
AmazonS3Client.deleteLegalHold(String bucketName,
String key,
String legalHoldId) |
void |
AmazonS3.deleteLegalHold(String bucketName,
String key,
String legalHoldId)
Deletes a legal hold for the specified object in the specified bucket.
|
void |
AbstractAmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest) |
void |
AmazonS3Client.deleteObject(DeleteObjectRequest deleteObjectRequest) |
void |
AmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket.
|
void |
AbstractAmazonS3.deleteObject(String bucketName,
String key) |
void |
AmazonS3Client.deleteObject(String bucketName,
String key) |
void |
AmazonS3.deleteObject(String bucketName,
String key)
Deletes the specified object in the specified bucket.
|
DeleteObjectsResult |
AbstractAmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
DeleteObjectsResult |
AmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest)
Deletes multiple objects in a single bucket from S3.
|
void |
AbstractAmazonS3.deleteVersion(DeleteVersionRequest deleteVersionRequest) |
void |
AmazonS3Client.deleteVersion(DeleteVersionRequest deleteVersionRequest) |
void |
AmazonS3.deleteVersion(DeleteVersionRequest deleteVersionRequest)
Deletes a specific version of an object in the specified bucket.
|
void |
AbstractAmazonS3.deleteVersion(String bucketName,
String key,
String versionId) |
void |
AmazonS3Client.deleteVersion(String bucketName,
String key,
String versionId) |
void |
AmazonS3.deleteVersion(String bucketName,
String key,
String versionId)
Deletes a specific version of the specified object in the specified
bucket.
|
boolean |
AbstractAmazonS3.doesBucketExist(String bucketName) |
boolean |
AmazonS3Client.doesBucketExist(String bucketName) |
boolean |
AmazonS3.doesBucketExist(String bucketName)
Deprecated.
By
AmazonS3.doesBucketExistV2(String) which will correctly throw an exception when
credentials are invalid instead of returning true. See
Issue #1256. |
boolean |
AbstractAmazonS3.doesBucketExistV2(String bucketName) |
boolean |
AmazonS3.doesBucketExistV2(String bucketName)
Checks if the specified bucket exists.
|
boolean |
AbstractAmazonS3.doesObjectExist(String bucketName,
String objectName) |
boolean |
AmazonS3Client.doesObjectExist(String bucketName,
String objectName) |
boolean |
AmazonS3.doesObjectExist(String bucketName,
String objectName) |
void |
AmazonS3Client.extendObjectRetention(ExtendObjectRetentionRequest extendObjectRetentionRequest) |
void |
AmazonS3.extendObjectRetention(ExtendObjectRetentionRequest extendObjectRetentionRequest)
Extends the retention period of a protected object in a protected vault.
|
void |
AmazonS3Client.extendObjectRetention(String bucketName,
String key,
Long additionalRetentionPeriod,
Long extendRetentionFromCurrentTime,
Date newRetentionExpirationDate,
Long newRetentionPeriod) |
void |
AmazonS3.extendObjectRetention(String bucketName,
String key,
Long additionalRetentionPeriod,
Long extendRetentionFromCurrentTime,
Date newRetentionExpirationDate,
Long newRetentionPeriod)
Extends the retention period of a protected object in a protected vault.
|
AccessControlList |
AbstractAmazonS3.getBucketAcl(GetBucketAclRequest getBucketAclRequest) |
AccessControlList |
AmazonS3Client.getBucketAcl(GetBucketAclRequest getBucketAclRequest) |
AccessControlList |
AmazonS3.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
Gets the
AccessControlList (ACL) for the specified Amazon S3
bucket. |
AccessControlList |
AbstractAmazonS3.getBucketAcl(String bucketName) |
AccessControlList |
AmazonS3Client.getBucketAcl(String bucketName)
Gets the
AccessControlList (ACL) for the specified Amazon S3 bucket. |
AccessControlList |
AmazonS3.getBucketAcl(String bucketName)
Gets the
AccessControlList (ACL) for the specified Amazon S3 bucket. |
FASPConnectionInfo |
AmazonS3Client.getBucketFaspConnectionInfo(GetBucketFaspConnectionInfoRequest getBucketFaspConnectionInfoRequest) |
FASPConnectionInfo |
AmazonS3.getBucketFaspConnectionInfo(GetBucketFaspConnectionInfoRequest getBucketFASPConnectionInfoRequest)
Gets the FASP Connection Info for a particular bucket.
|
FASPConnectionInfo |
AmazonS3Client.getBucketFaspConnectionInfo(String bucketName) |
FASPConnectionInfo |
AmazonS3.getBucketFaspConnectionInfo(String bucketName)
Gets the FASP Connection Info for a particular bucket.
|
BucketProtectionConfiguration |
AmazonS3Client.getBucketProtection(String bucketName) |
BucketProtectionConfiguration |
AmazonS3.getBucketProtection(String bucketName)
Gets the protection configuration for the specified bucket.
|
BucketProtectionConfiguration |
AmazonS3Client.getBucketProtectionConfiguration(GetBucketProtectionConfigurationRequest getBucketProtectionRequest) |
BucketProtectionConfiguration |
AmazonS3.getBucketProtectionConfiguration(GetBucketProtectionConfigurationRequest getBucketProtectionRequest) |
BucketReplicationConfiguration |
AbstractAmazonS3.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest) |
BucketReplicationConfiguration |
AmazonS3Client.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest) |
BucketReplicationConfiguration |
AmazonS3.getBucketReplicationConfiguration(GetBucketReplicationConfigurationRequest getBucketReplicationConfigurationRequest)
Retrieves the replication configuration for the given Amazon S3 bucket.
|
BucketReplicationConfiguration |
AbstractAmazonS3.getBucketReplicationConfiguration(String bucketName) |
BucketReplicationConfiguration |
AmazonS3Client.getBucketReplicationConfiguration(String bucketName) |
BucketReplicationConfiguration |
AmazonS3.getBucketReplicationConfiguration(String bucketName)
Retrieves the replication configuration for the given Amazon S3 bucket.
|
BucketVersioningConfiguration |
AbstractAmazonS3.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) |
BucketVersioningConfiguration |
AmazonS3Client.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) |
BucketVersioningConfiguration |
AmazonS3.getBucketVersioningConfiguration(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest)
Returns the versioning configuration for the specified bucket.
|
BucketVersioningConfiguration |
AbstractAmazonS3.getBucketVersioningConfiguration(String bucketName) |
BucketVersioningConfiguration |
AmazonS3Client.getBucketVersioningConfiguration(String bucketName) |
BucketVersioningConfiguration |
AmazonS3.getBucketVersioningConfiguration(String bucketName)
Returns the versioning configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(GetBucketWebsiteConfigurationRequest getBucketWebsiteConfigurationRequest)
Returns the website configuration for the specified bucket.
|
BucketWebsiteConfiguration |
AbstractAmazonS3.getBucketWebsiteConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AmazonS3Client.getBucketWebsiteConfiguration(String bucketName) |
BucketWebsiteConfiguration |
AmazonS3.getBucketWebsiteConfiguration(String bucketName)
Returns the website configuration for the specified bucket.
|
S3Object |
AbstractAmazonS3.getObject(GetObjectRequest getObjectRequest) |
S3Object |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest) |
S3Object |
AmazonS3.getObject(GetObjectRequest getObjectRequest)
Retrieves objects from Amazon S3.
|
ObjectMetadata |
AbstractAmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile) |
ObjectMetadata |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest,
File destinationFile) |
ObjectMetadata |
AmazonS3.getObject(GetObjectRequest getObjectRequest,
File destinationFile)
Retrieves objects from Amazon S3.
|
S3Object |
AbstractAmazonS3.getObject(String bucketName,
String key) |
S3Object |
AmazonS3Client.getObject(String bucketName,
String key) |
S3Object |
AmazonS3.getObject(String bucketName,
String key)
Retrieves objects from Amazon S3.
|
AccessControlList |
AbstractAmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
AccessControlList |
AmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(String bucketName,
String key) |
AccessControlList |
AmazonS3Client.getObjectAcl(String bucketName,
String key) |
AccessControlList |
AmazonS3.getObjectAcl(String bucketName,
String key)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(String bucketName,
String key,
String versionId) |
AccessControlList |
AmazonS3Client.getObjectAcl(String bucketName,
String key,
String versionId) |
AccessControlList |
AmazonS3.getObjectAcl(String bucketName,
String key,
String versionId)
Gets the
AccessControlList (ACL) for the specified object
with the specified version in Amazon S3. |
String |
AbstractAmazonS3.getObjectAsString(String bucketName,
String key) |
String |
AmazonS3Client.getObjectAsString(String bucketName,
String key) |
String |
AmazonS3.getObjectAsString(String bucketName,
String key)
Retrieves and decodes the contents of an S3 object to a String.
|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest) |
ObjectMetadata |
AmazonS3.getObjectMetadata(GetObjectMetadataRequest getObjectMetadataRequest)
The HEAD action retrieves metadata from an object without returning the object itself.
|
ObjectMetadata |
AbstractAmazonS3.getObjectMetadata(String bucketName,
String key) |
ObjectMetadata |
AmazonS3Client.getObjectMetadata(String bucketName,
String key) |
ObjectMetadata |
AmazonS3.getObjectMetadata(String bucketName,
String key)
Gets the metadata for the specified Amazon S3 object without
actually fetching the object itself.
|
Owner |
AbstractAmazonS3.getS3AccountOwner() |
Owner |
AmazonS3Client.getS3AccountOwner() |
Owner |
AmazonS3.getS3AccountOwner()
Gets the current owner of the Amazon Web Services account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3Client.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Gets the current owner of the Amazon Web Services account
that the authenticated sender of the request is using.
|
HeadBucketResult |
AbstractAmazonS3.headBucket(HeadBucketRequest headBucketRequest) |
HeadBucketResult |
AmazonS3Client.headBucket(HeadBucketRequest headBucketRequest) |
HeadBucketResult |
AmazonS3.headBucket(HeadBucketRequest headBucketRequest)
This action is useful to determine if a bucket exists and you have permission to access it.
|
InitiateMultipartUploadResult |
AbstractAmazonS3.initiateMultipartUpload(InitiateMultipartUploadRequest request) |
InitiateMultipartUploadResult |
AmazonS3Client.initiateMultipartUpload(InitiateMultipartUploadRequest initiateMultipartUploadRequest) |
InitiateMultipartUploadResult |
AmazonS3.initiateMultipartUpload(InitiateMultipartUploadRequest request)
Initiates a multipart upload and returns an InitiateMultipartUploadResult
which contains an upload ID.
|
List<Bucket> |
AbstractAmazonS3.listBuckets() |
List<Bucket> |
AmazonS3Client.listBuckets() |
List<Bucket> |
AmazonS3.listBuckets()
Returns a list of all buckets owned by the authenticated sender of the request.
|
List<Bucket> |
AbstractAmazonS3.listBuckets(ListBucketsRequest listBucketsRequest) |
List<Bucket> |
AmazonS3Client.listBuckets(ListBucketsRequest listBucketsRequest) |
List<Bucket> |
AmazonS3.listBuckets(ListBucketsRequest listBucketsRequest)
Returns a list of all buckets owned by the authenticated sender of the request.
|
ListBucketsExtendedResponse |
AmazonS3Client.listBucketsExtended() |
ListBucketsExtendedResponse |
AmazonS3.listBucketsExtended()
Returns a list of all Cloud Object Storage (COS) S3 buckets that the
authenticated sender of the request owns.
|
ListBucketsExtendedResponse |
AmazonS3Client.listBucketsExtended(ListBucketsExtendedRequest listBucketsExtendedRequest) |
ListBucketsExtendedResponse |
AmazonS3.listBucketsExtended(ListBucketsExtendedRequest listBucketsExtendedRequest)
Returns a list of all Cloud Object Storage (COS) S3 buckets that the
authenticated sender of the request owns.
|
ListLegalHoldsResult |
AmazonS3Client.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest) |
ListLegalHoldsResult |
AmazonS3.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)
Returns a list of legal holds for the specified key in the specified bucket.
|
ListLegalHoldsResult |
AmazonS3Client.listLegalHolds(String bucketName,
String key) |
ListLegalHoldsResult |
AmazonS3.listLegalHolds(String bucketName,
String key)
Returns a list of legal holds for the specified key in the specified bucket.
|
MultipartUploadListing |
AbstractAmazonS3.listMultipartUploads(ListMultipartUploadsRequest request) |
MultipartUploadListing |
AmazonS3Client.listMultipartUploads(ListMultipartUploadsRequest listMultipartUploadsRequest) |
MultipartUploadListing |
AmazonS3.listMultipartUploads(ListMultipartUploadsRequest request)
Lists in-progress multipart uploads.
|
ObjectListing |
AbstractAmazonS3.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) |
ObjectListing |
AmazonS3.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
Provides an easy way to continue a truncated object listing and retrieve
the next page of results.
|
ObjectListing |
AbstractAmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing) |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ObjectListing previousObjectListing) |
ObjectListing |
AmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve
the next page of results.
|
VersionListing |
AbstractAmazonS3.listNextBatchOfVersions(com.ibm.cloud.objectstorage.services.s3.model.ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) |
VersionListing |
AmazonS3.listNextBatchOfVersions(com.ibm.cloud.objectstorage.services.s3.model.ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)
Provides an easy way to continue a truncated
VersionListing and retrieve
the next page of results. |
VersionListing |
AbstractAmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) |
VersionListing |
AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing) |
VersionListing |
AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing)
Provides an easy way to continue a truncated
VersionListing and retrieve
the next page of results. |
ObjectListing |
AbstractAmazonS3.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3Client.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified
bucket.
|
ObjectListing |
AbstractAmazonS3.listObjects(String bucketName) |
ObjectListing |
AmazonS3Client.listObjects(String bucketName) |
ObjectListing |
AmazonS3.listObjects(String bucketName)
Returns a list of summary information about the objects in the specified
buckets.
|
ObjectListing |
AbstractAmazonS3.listObjects(String bucketName,
String prefix) |
ObjectListing |
AmazonS3Client.listObjects(String bucketName,
String prefix) |
ObjectListing |
AmazonS3.listObjects(String bucketName,
String prefix)
Returns a list of summary information about the objects in the specified
bucket.
|
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(String bucketName) |
ListObjectsV2Result |
AbstractAmazonS3.listObjectsV2(String bucketName,
String prefix) |
ListObjectsV2Result |
AmazonS3Client.listObjectsV2(String bucketName,
String prefix) |
ListObjectsV2Result |
AmazonS3.listObjectsV2(String bucketName,
String prefix) |
PartListing |
AbstractAmazonS3.listParts(ListPartsRequest request) |
PartListing |
AmazonS3Client.listParts(ListPartsRequest listPartsRequest) |
PartListing |
AmazonS3.listParts(ListPartsRequest request)
Lists the parts that have been uploaded for a specific multipart upload.
|
VersionListing |
AbstractAmazonS3.listVersions(com.ibm.cloud.objectstorage.services.s3.model.ListVersionsRequest listVersionsRequest) |
VersionListing |
AmazonS3Client.listVersions(com.ibm.cloud.objectstorage.services.s3.model.ListVersionsRequest listVersionsRequest) |
VersionListing |
AmazonS3.listVersions(com.ibm.cloud.objectstorage.services.s3.model.ListVersionsRequest listVersionsRequest)
Returns a list of summary information about the versions in the specified
bucket.
|
VersionListing |
AbstractAmazonS3.listVersions(String bucketName,
String prefix) |
VersionListing |
AmazonS3Client.listVersions(String bucketName,
String prefix) |
VersionListing |
AmazonS3.listVersions(String bucketName,
String prefix)
Returns a list of summary information about the versions in the specified
bucket.
|
VersionListing |
AbstractAmazonS3.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxResults) |
VersionListing |
AmazonS3Client.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxKeys) |
VersionListing |
AmazonS3.listVersions(String bucketName,
String prefix,
String keyMarker,
String versionIdMarker,
String delimiter,
Integer maxResults)
Returns a list of summary information about the versions in the specified
bucket.
|
PutObjectResult |
AbstractAmazonS3.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3Client.putObject(PutObjectRequest putObjectRequest) |
PutObjectResult |
AmazonS3.putObject(PutObjectRequest putObjectRequest)
Uploads a new object to the specified Amazon S3 bucket.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
File file) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
File file)
Uploads the specified file to Amazon S3 under the specified bucket and
key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the specified input stream and object metadata to Amazon S3 under
the specified bucket and key name.
|
PutObjectResult |
AbstractAmazonS3.putObject(String bucketName,
String key,
String content) |
PutObjectResult |
AmazonS3Client.putObject(String bucketName,
String key,
String content) |
PutObjectResult |
AmazonS3.putObject(String bucketName,
String key,
String content)
Encodes a String into the contents of an S3 object.
|
void |
AbstractAmazonS3.restoreObject(RestoreObjectRequest request) |
void |
AmazonS3Client.restoreObject(RestoreObjectRequest restoreObjectRequest) |
void |
AmazonS3.restoreObject(RestoreObjectRequest request)
Restore an object, which was transitioned to Amazon Glacier from Amazon
S3 when it was expired, into Amazon S3 again.
|
void |
AbstractAmazonS3.restoreObject(String bucketName,
String key,
int expirationInDays) |
void |
AmazonS3Client.restoreObject(String bucketName,
String key,
int expirationInDays) |
void |
AmazonS3.restoreObject(String bucketName,
String key,
int expirationInDays)
Restore an object, which was transitioned to Amazon Glacier from Amazon
S3 when it was expired, into Amazon S3 again.
|
void |
AbstractAmazonS3.setBucketAcl(SetBucketAclRequest setBucketAclRequest) |
void |
AmazonS3Client.setBucketAcl(SetBucketAclRequest setBucketAclRequest) |
void |
AmazonS3.setBucketAcl(SetBucketAclRequest setBucketAclRequest)
Sets the
AccessControlList for the specified Amazon S3 bucket. |
void |
AbstractAmazonS3.setBucketAcl(String bucketName,
AccessControlList acl) |
void |
AmazonS3Client.setBucketAcl(String bucketName,
AccessControlList acl) |
void |
AmazonS3.setBucketAcl(String bucketName,
AccessControlList acl)
Sets the
AccessControlList for the specified Amazon S3 bucket. |
void |
AbstractAmazonS3.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl) |
void |
AmazonS3Client.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl) |
void |
AmazonS3.setBucketAcl(String bucketName,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified Amazon S3 bucket using one of
the pre-configured CannedAccessControlLists . |
void |
AmazonS3Client.setBucketAcl(String bucketName,
CannedAccessControlList cannedAcl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setBucketAcl(String, CannedAccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3Client.setBucketProtection(String bucketName,
BucketProtectionConfiguration protectionConfiguration) |
void |
AmazonS3.setBucketProtection(String bucketName,
BucketProtectionConfiguration protectionConfiguration) |
void |
AmazonS3Client.setBucketProtectionConfiguration(SetBucketProtectionConfigurationRequest setBucketProtectionConfigurationRequest) |
void |
AmazonS3.setBucketProtectionConfiguration(SetBucketProtectionConfigurationRequest setBucketProtectionRequest)
Set the protection configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest) |
void |
AmazonS3Client.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest) |
void |
AmazonS3.setBucketReplicationConfiguration(SetBucketReplicationConfigurationRequest setBucketReplicationConfigurationRequest)
Creates a replication configuration or replaces an existing one.
|
void |
AbstractAmazonS3.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration) |
void |
AmazonS3Client.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration) |
void |
AmazonS3.setBucketReplicationConfiguration(String bucketName,
BucketReplicationConfiguration configuration)
Creates a replication configuration or replaces an existing one.
|
void |
AbstractAmazonS3.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest) |
void |
AmazonS3Client.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest) |
void |
AmazonS3.setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest)
Sets the versioning configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
void |
AmazonS3Client.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
void |
AmazonS3.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3Client.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration) |
void |
AmazonS3.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration configuration)
Sets the website configuration for the specified bucket.
|
void |
AbstractAmazonS3.setObjectAcl(SetObjectAclRequest setObjectAclRequest) |
void |
AmazonS3Client.setObjectAcl(SetObjectAclRequest setObjectAclRequest) |
void |
AmazonS3.setObjectAcl(SetObjectAclRequest setObjectAclRequest)
Sets the
AccessControlList for the specified Amazon S3 object
with an optional version ID. |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
AccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
AccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
AccessControlList acl)
Sets the
AccessControlList for the specified object in Amazon S3. |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified object in
Amazon S3 using one
of the pre-configured CannedAccessControlLists . |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl)
Sets the
CannedAccessControlList for the specified object
with the specified version in Amazon S3. |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setObjectAcl(String, String, String, AccessControlList)
but allows specifying a request metric collector. |
void |
AbstractAmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl) |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl) |
void |
AmazonS3.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl)
Sets the
CannedAccessControlList for the specified object with the specified
version ID in Amazon S3 using one of the pre-configured
CannedAccessControlLists . |
void |
AbstractAmazonS3.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation) |
void |
AmazonS3Client.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation) |
void |
AmazonS3.setObjectRedirectLocation(String bucketName,
String key,
String newRedirectLocation)
Deprecated.
this operation will not retain the ACL's or SSE parameters
associated with the given Amazon S3 object. Use
AmazonS3.copyObject(CopyObjectRequest)
instead. |
UploadPartResult |
AbstractAmazonS3.uploadPart(UploadPartRequest request) |
UploadPartResult |
AmazonS3Client.uploadPart(UploadPartRequest uploadPartRequest) |
UploadPartResult |
AmazonS3.uploadPart(UploadPartRequest request)
Uploads a part in a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
AmazonServiceException |
S3ErrorResponseHandler.handle(HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
AuthRetryParameters |
S3V4AuthErrorRetryStrategy.shouldRetryWithAuthParam(Request<?> request,
HttpResponse response,
AmazonServiceException ase) |
boolean |
IsSigV4RetryablePredicate.test(AmazonServiceException ase) |
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadResult |
CryptoModuleDispatcher.completeMultipartUploadSecurely(CompleteMultipartUploadRequest req) |
InitiateMultipartUploadResult |
CryptoModuleDispatcher.initiateMultipartUploadSecurely(InitiateMultipartUploadRequest req) |
UploadPartResult |
CryptoModuleDispatcher.uploadPartSecurely(UploadPartRequest req) |
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 |
---|---|
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 | 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 | Method and Description |
---|---|
protected void |
AWSTestBase.assertValidException(AmazonServiceException e)
Deprecated.
Use static imports for custom asserts in
SdkAsserts instead |
Modifier and Type | Method and Description |
---|---|
static void |
SdkAsserts.assertValidException(AmazonServiceException e)
Asserts that the specified AmazonServiceException is valid, meaning it has a non-empty,
non-null value for its message, requestId, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpFailureStatusAcceptor.matches(AmazonServiceException ase) |
boolean |
WaiterAcceptor.matches(AmazonServiceException output)
Default method definition that matches the exception
with the expected state defined by the acceptor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WaiterExecution.pollResource()
Polls until a specified resource transitions into either success or failure state or
until the specified number of retries has been made.
|
void |
WaiterImpl.run(WaiterParameters<Input> waiterParameters)
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
|
void |
Waiter.run(WaiterParameters<Input> waiterParameters)
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
|
Future<Void> |
WaiterImpl.runAsync(WaiterParameters<Input> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Future<Void> |
Waiter.runAsync(WaiterParameters<Input> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Copyright © 2024. All rights reserved.