Uses of Class
software.amazon.awssdk.crt.io.StandardRetryOptions
Packages that use StandardRetryOptions
-
Uses of StandardRetryOptions in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return StandardRetryOptionsModifier and TypeMethodDescriptionStandardRetryOptions.withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions) Sets the exponential backoff configurationStandardRetryOptions.withInitialBucketCapacity(long initialBucketCapacity) Sets the initial capacity of the token bucket in the standard retry strategy -
Uses of StandardRetryOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return StandardRetryOptionsMethods in software.amazon.awssdk.crt.s3 with parameters of type StandardRetryOptionsModifier and TypeMethodDescriptionS3ClientOptions.withStandardRetryOptions(StandardRetryOptions standardRetryOptions)