| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.internal |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder |
| Modifier and Type | Method and Description |
|---|---|
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.asyncConfiguration(ClientAsyncConfiguration configuration)
Specify overrides to the default SDK async configuration that should be used for clients created by this builder.
|
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.asyncConfiguration(ClientAsyncConfiguration configuration) |
default S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.asyncConfiguration(Consumer<ClientAsyncConfiguration.Builder> clientAsyncConfiguration)
Similar to
asyncConfiguration(ClientAsyncConfiguration), but takes a lambda to configure a new
ClientAsyncConfiguration.Builder. |
static S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.builder()
Create a builder that can be used to configure and create a
S3AsyncClient. |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.credentialsProvider(AwsCredentialsProvider credentialsProvider) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.credentialsProvider(AwsCredentialsProvider credentialsProvider) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.maxConcurrency(Integer maxConcurrency) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.maxConcurrency(Integer maxConcurrency) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.minimumPartSizeInBytes(Long uploadPartSize) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.minimumPartSizeInBytes(Long partSizeBytes) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.region(Region region) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.region(Region region) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
S3CrtAsyncClient.S3CrtAsyncClientBuilder.targetThroughputInGbps(Double targetThroughputInGbps) |
S3CrtAsyncClient.S3CrtAsyncClientBuilder |
DefaultS3CrtAsyncClient.DefaultS3CrtClientBuilder.targetThroughputInGbps(Double targetThroughputInGbps) |
Copyright © 2021. All rights reserved.