Uses of Interface
software.amazon.awssdk.services.s3.S3AsyncClient
-
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 that implement S3AsyncClient Modifier and Type Class Description class
DelegatingS3AsyncClient
Methods in software.amazon.awssdk.services.s3 that return S3AsyncClient Modifier and Type Method Description S3AsyncClient
S3CrtAsyncClientBuilder. build()
static S3AsyncClient
S3AsyncClient. create()
Create aS3AsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.static S3AsyncClient
S3AsyncClient. crtCreate()
Create a CRT-basedS3AsyncClient
with default settingsConstructors in software.amazon.awssdk.services.s3 with parameters of type S3AsyncClient Constructor Description DelegatingS3AsyncClient(S3AsyncClient delegate)
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.client
Methods in software.amazon.awssdk.services.s3.internal.client that return S3AsyncClient Modifier and Type Method Description S3AsyncClient
S3AsyncClientDecorator. decorate(S3AsyncClient base, SdkClientConfiguration clientConfiguration)
Methods in software.amazon.awssdk.services.s3.internal.client with parameters of type S3AsyncClient Modifier and Type Method Description S3AsyncClient
S3AsyncClientDecorator. decorate(S3AsyncClient base, SdkClientConfiguration clientConfiguration)
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crossregion
Classes in software.amazon.awssdk.services.s3.internal.crossregion that implement S3AsyncClient Modifier and Type Class Description class
S3CrossRegionAsyncClient
Constructors in software.amazon.awssdk.services.s3.internal.crossregion with parameters of type S3AsyncClient Constructor Description S3CrossRegionAsyncClient(S3AsyncClient s3Client)
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crt
Subinterfaces of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crt Modifier and Type Interface Description interface
S3CrtAsyncClient
Service client for accessing Amazon S3 asynchronously using the AWS Common Runtime S3 client.Classes in software.amazon.awssdk.services.s3.internal.crt that implement S3AsyncClient Modifier and Type Class Description class
DefaultS3CrtAsyncClient
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.multipart
Classes in software.amazon.awssdk.services.s3.internal.multipart that implement S3AsyncClient Modifier and Type Class Description class
MultipartS3AsyncClient
AnS3AsyncClient
that automatically converts PUT, COPY requests to their respective multipart call.Methods in software.amazon.awssdk.services.s3.internal.multipart with parameters of type S3AsyncClient Modifier and Type Method Description static MultipartS3AsyncClient
MultipartS3AsyncClient. create(S3AsyncClient client, MultipartConfiguration multipartConfiguration, boolean checksumEnabled)
Constructors in software.amazon.awssdk.services.s3.internal.multipart with parameters of type S3AsyncClient Constructor Description CopyObjectHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long uploadThreshold)
DownloadObjectHelper(S3AsyncClient s3AsyncClient, long bufferSizeInBytes)
GenericMultipartHelper(S3AsyncClient s3AsyncClient, Function<RequestT,AbortMultipartUploadRequest.Builder> abortMultipartUploadRequestConverter, Function<CompleteMultipartUploadResponse,ResponseT> responseConverter)
MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest)
MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest, int completedParts)
MultipartUploadHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
UploadObjectHelper(S3AsyncClient s3AsyncClient, MultipartConfigurationResolver resolver)
UploadWithKnownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type S3AsyncClient Constructor Description ListBucketsPublisher(S3AsyncClient client, ListBucketsRequest firstRequest)
ListDirectoryBucketsPublisher(S3AsyncClient client, ListDirectoryBucketsRequest firstRequest)
ListMultipartUploadsPublisher(S3AsyncClient client, ListMultipartUploadsRequest firstRequest)
ListObjectsV2Publisher(S3AsyncClient client, ListObjectsV2Request firstRequest)
ListObjectVersionsPublisher(S3AsyncClient client, ListObjectVersionsRequest firstRequest)
ListPartsPublisher(S3AsyncClient client, ListPartsRequest firstRequest)
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.waiters
Methods in software.amazon.awssdk.services.s3.waiters with parameters of type S3AsyncClient Modifier and Type Method Description S3AsyncWaiter.Builder
S3AsyncWaiter.Builder. client(S3AsyncClient client)
Sets a customS3AsyncClient
that will be used to poll the resource
-