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 SummaryFields inherited from interface software.amazon.awssdk.services.s3.S3AsyncClientSERVICE_METADATA_ID, SERVICE_NAME
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic S3CrtAsyncClientBuilderbuilder()Create a builder that can be used to configure and create aS3AsyncClient.Methods inherited from interface software.amazon.awssdk.services.s3.S3AsyncClientabortMultipartUpload, abortMultipartUpload, completeMultipartUpload, completeMultipartUpload, copyObject, copyObject, createBucket, createBucket, createBucketMetadataConfiguration, createBucketMetadataConfiguration, createBucketMetadataTableConfiguration, createBucketMetadataTableConfiguration, createMultipartUpload, createMultipartUpload, createSession, createSession, deleteBucket, deleteBucket, deleteBucketAnalyticsConfiguration, deleteBucketAnalyticsConfiguration, deleteBucketCors, deleteBucketCors, deleteBucketEncryption, deleteBucketEncryption, deleteBucketIntelligentTieringConfiguration, deleteBucketIntelligentTieringConfiguration, deleteBucketInventoryConfiguration, deleteBucketInventoryConfiguration, deleteBucketLifecycle, deleteBucketLifecycle, deleteBucketMetadataConfiguration, deleteBucketMetadataConfiguration, deleteBucketMetadataTableConfiguration, deleteBucketMetadataTableConfiguration, 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, getBucketMetadataConfiguration, getBucketMetadataConfiguration, getBucketMetadataTableConfiguration, getBucketMetadataTableConfiguration, 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, renameObject, renameObject, restoreObject, restoreObject, selectObjectContent, selectObjectContent, serviceClientConfiguration, updateBucketMetadataInventoryTableConfiguration, updateBucketMetadataInventoryTableConfiguration, updateBucketMetadataJournalTableConfiguration, updateBucketMetadataJournalTableConfiguration, uploadPart, uploadPart, uploadPart, uploadPart, uploadPartCopy, uploadPartCopy, utilities, waiter, writeGetObjectResponse, writeGetObjectResponse, writeGetObjectResponse, writeGetObjectResponseMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseablecloseMethods inherited from interface software.amazon.awssdk.core.SdkClientserviceName
- 
Method Details- 
builderCreate a builder that can be used to configure and create aS3AsyncClient.
 
-