Uses of Interface
software.amazon.awssdk.services.s3.crt.S3CrtRetryConfiguration.Builder
Packages that use S3CrtRetryConfiguration.Builder
-
Uses of S3CrtRetryConfiguration.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type S3CrtRetryConfiguration.BuilderModifier and TypeMethodDescriptiondefault S3CrtAsyncClientBuilderS3CrtAsyncClientBuilder.retryConfiguration(Consumer<S3CrtRetryConfiguration.Builder> retryConfigurationBuilder) A convenience method that creates an instance of theS3CrtRetryConfigurationbuilder, avoiding the need to create one manually viaS3CrtRetryConfiguration.builder(). -
Uses of S3CrtRetryConfiguration.Builder in software.amazon.awssdk.services.s3.crt
Methods in software.amazon.awssdk.services.s3.crt that return S3CrtRetryConfiguration.BuilderModifier and TypeMethodDescriptionS3CrtRetryConfiguration.builder()Creates a default builder forS3CrtRetryConfiguration.S3CrtRetryConfiguration.Builder.numRetries(Integer numRetries) Sets the maximum number of retries for a single HTTP request.S3CrtRetryConfiguration.toBuilder()