| Method and Description |
|---|
| org.apache.iceberg.aws.AwsClientFactories.configureEndpoint(T, String)
Not for public use. To configure the endpoint for a client, please use
S3FileIOProperties.applyEndpointConfigurations(S3ClientBuilder), AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder), or AwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder) accordingly. It
will be removed in 2.0.0 |
| org.apache.iceberg.aws.AwsClientFactories.configureHttpClientBuilder(String)
Not for public use. To configure the httpClient for a client, please use
HttpClientProperties.applyHttpClientConfigurations(AwsSyncClientBuilder). It will be
removed in 2.0.0 |
| org.apache.iceberg.aws.AwsClientFactories.s3Configuration(Boolean, Boolean)
Not for public use. To build an S3Configuration object, use
S3Configuration.builder() directly. It will be removed in 2.0.0
|