| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingS3AsyncClient |
| Modifier and Type | Method and Description |
|---|---|
S3AsyncClient |
S3CrtAsyncClientBuilder.build() |
static S3AsyncClient |
S3AsyncClient.create()
Create a
S3AsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
static S3AsyncClient |
S3AsyncClient.crtCreate()
Create a CRT-based
S3AsyncClient with default settings |
| Constructor and Description |
|---|
DelegatingS3AsyncClient(S3AsyncClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
S3AsyncClient |
S3AsyncClientDecorator.decorate(S3AsyncClient base,
SdkClientConfiguration clientConfiguration,
AttributeMap clientContextParams) |
| Modifier and Type | Method and Description |
|---|---|
S3AsyncClient |
S3AsyncClientDecorator.decorate(S3AsyncClient base,
SdkClientConfiguration clientConfiguration,
AttributeMap clientContextParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
S3CrossRegionAsyncClient |
| Constructor and Description |
|---|
S3CrossRegionAsyncClient(S3AsyncClient s3Client) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
S3CrtAsyncClient
Service client for accessing Amazon S3 asynchronously using the AWS Common Runtime S3 client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultS3CrtAsyncClient |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipartS3AsyncClient
An
S3AsyncClient that automatically converts put, copy requests to their respective multipart call. |
| Modifier and Type | Method and Description |
|---|---|
static MultipartS3AsyncClient |
MultipartS3AsyncClient.create(S3AsyncClient client,
MultipartConfiguration multipartConfiguration) |
| Constructor and Description |
|---|
CopyObjectHelper(S3AsyncClient s3AsyncClient,
long partSizeInBytes,
long uploadThreshold) |
GenericMultipartHelper(S3AsyncClient s3AsyncClient,
Function<RequestT,AbortMultipartUploadRequest.Builder> abortMultipartUploadRequestConverter,
Function<CompleteMultipartUploadResponse,ResponseT> responseConverter) |
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) |
| Constructor and Description |
|---|
ListMultipartUploadsPublisher(S3AsyncClient client,
ListMultipartUploadsRequest firstRequest) |
ListObjectsV2Publisher(S3AsyncClient client,
ListObjectsV2Request firstRequest) |
ListObjectVersionsPublisher(S3AsyncClient client,
ListObjectVersionsRequest firstRequest) |
ListPartsPublisher(S3AsyncClient client,
ListPartsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
S3AsyncWaiter.Builder |
S3AsyncWaiter.Builder.client(S3AsyncClient client)
Sets a custom
S3AsyncClient that will be used to poll the resource |
Copyright © 2023. All rights reserved.