Interface S3CrtAsyncClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,S3AsyncClient
,SdkAutoCloseable
,SdkClient
- All Known Implementing Classes:
DefaultS3CrtAsyncClient
Service client for accessing Amazon S3 asynchronously using the AWS Common Runtime S3 client. This can be created using the
static
builder()
method.-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.s3.S3AsyncClient
SERVICE_METADATA_ID, SERVICE_NAME
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic S3CrtAsyncClientBuilder
builder()
Create a builder that can be used to configure and create aS3AsyncClient
.Methods inherited from interface software.amazon.awssdk.services.s3.S3AsyncClient
abortMultipartUpload, abortMultipartUpload, completeMultipartUpload, completeMultipartUpload, copyObject, copyObject, createBucket, createBucket, createMultipartUpload, createMultipartUpload, createSession, createSession, deleteBucket, deleteBucket, deleteBucketAnalyticsConfiguration, deleteBucketAnalyticsConfiguration, deleteBucketCors, deleteBucketCors, deleteBucketEncryption, deleteBucketEncryption, deleteBucketIntelligentTieringConfiguration, deleteBucketIntelligentTieringConfiguration, deleteBucketInventoryConfiguration, deleteBucketInventoryConfiguration, deleteBucketLifecycle, deleteBucketLifecycle, deleteBucketMetricsConfiguration, deleteBucketMetricsConfiguration, deleteBucketOwnershipControls, deleteBucketOwnershipControls, deleteBucketPolicy, deleteBucketPolicy, deleteBucketReplication, deleteBucketReplication, deleteBucketTagging, deleteBucketTagging, deleteBucketWebsite, deleteBucketWebsite, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjectTagging, deleteObjectTagging, deletePublicAccessBlock, deletePublicAccessBlock, getBucketAccelerateConfiguration, getBucketAccelerateConfiguration, getBucketAcl, getBucketAcl, getBucketAnalyticsConfiguration, getBucketAnalyticsConfiguration, getBucketCors, getBucketCors, getBucketEncryption, getBucketEncryption, getBucketIntelligentTieringConfiguration, getBucketIntelligentTieringConfiguration, getBucketInventoryConfiguration, getBucketInventoryConfiguration, getBucketLifecycleConfiguration, getBucketLifecycleConfiguration, getBucketLocation, getBucketLocation, getBucketLogging, getBucketLogging, getBucketMetricsConfiguration, getBucketMetricsConfiguration, getBucketNotificationConfiguration, getBucketNotificationConfiguration, getBucketOwnershipControls, getBucketOwnershipControls, getBucketPolicy, getBucketPolicy, getBucketPolicyStatus, getBucketPolicyStatus, getBucketReplication, getBucketReplication, getBucketRequestPayment, getBucketRequestPayment, getBucketTagging, getBucketTagging, getBucketVersioning, getBucketVersioning, getBucketWebsite, getBucketWebsite, getObject, getObject, getObject, getObject, getObjectAcl, getObjectAcl, getObjectAttributes, getObjectAttributes, getObjectLegalHold, getObjectLegalHold, getObjectLockConfiguration, getObjectLockConfiguration, getObjectRetention, getObjectRetention, getObjectTagging, getObjectTagging, getObjectTorrent, getObjectTorrent, getObjectTorrent, getObjectTorrent, getPublicAccessBlock, getPublicAccessBlock, headBucket, headBucket, headObject, headObject, listBucketAnalyticsConfigurations, listBucketAnalyticsConfigurations, listBucketIntelligentTieringConfigurations, listBucketIntelligentTieringConfigurations, listBucketInventoryConfigurations, listBucketInventoryConfigurations, listBucketMetricsConfigurations, listBucketMetricsConfigurations, listBuckets, listBuckets, listBuckets, listBucketsPaginator, listBucketsPaginator, listBucketsPaginator, listDirectoryBuckets, listDirectoryBuckets, listDirectoryBucketsPaginator, listDirectoryBucketsPaginator, listMultipartUploads, listMultipartUploads, listMultipartUploadsPaginator, listMultipartUploadsPaginator, listObjects, listObjects, listObjectsV2, listObjectsV2, listObjectsV2Paginator, listObjectsV2Paginator, listObjectVersions, listObjectVersions, listObjectVersionsPaginator, listObjectVersionsPaginator, listParts, listParts, listPartsPaginator, listPartsPaginator, putBucketAccelerateConfiguration, putBucketAccelerateConfiguration, putBucketAcl, putBucketAcl, putBucketAnalyticsConfiguration, putBucketAnalyticsConfiguration, putBucketCors, putBucketCors, putBucketEncryption, putBucketEncryption, putBucketIntelligentTieringConfiguration, putBucketIntelligentTieringConfiguration, putBucketInventoryConfiguration, putBucketInventoryConfiguration, putBucketLifecycleConfiguration, putBucketLifecycleConfiguration, putBucketLogging, putBucketLogging, putBucketMetricsConfiguration, putBucketMetricsConfiguration, putBucketNotificationConfiguration, putBucketNotificationConfiguration, putBucketOwnershipControls, putBucketOwnershipControls, putBucketPolicy, putBucketPolicy, putBucketReplication, putBucketReplication, putBucketRequestPayment, putBucketRequestPayment, putBucketTagging, putBucketTagging, putBucketVersioning, putBucketVersioning, putBucketWebsite, putBucketWebsite, putObject, putObject, putObject, putObject, putObjectAcl, putObjectAcl, putObjectLegalHold, putObjectLegalHold, putObjectLockConfiguration, putObjectLockConfiguration, putObjectRetention, putObjectRetention, putObjectTagging, putObjectTagging, putPublicAccessBlock, putPublicAccessBlock, restoreObject, restoreObject, selectObjectContent, selectObjectContent, serviceClientConfiguration, uploadPart, uploadPart, uploadPart, uploadPart, uploadPartCopy, uploadPartCopy, utilities, waiter, writeGetObjectResponse, writeGetObjectResponse, writeGetObjectResponse, writeGetObjectResponse
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Method Details
-
builder
Create a builder that can be used to configure and create aS3AsyncClient
.
-