Uses of Class
software.amazon.awssdk.crt.io.StandardRetryOptions
-
Packages that use StandardRetryOptions Package Description software.amazon.awssdk.crt.io software.amazon.awssdk.crt.s3 -
-
Uses of StandardRetryOptions in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return StandardRetryOptions Modifier and Type Method Description StandardRetryOptions
StandardRetryOptions. withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions)
Sets the exponential backoff configurationStandardRetryOptions
StandardRetryOptions. 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 StandardRetryOptions Modifier and Type Method Description StandardRetryOptions
S3ClientOptions. getStandardRetryOptions()
Methods in software.amazon.awssdk.crt.s3 with parameters of type StandardRetryOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withStandardRetryOptions(StandardRetryOptions standardRetryOptions)
-