Uses of Interface
software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction
-
Packages that use TokenBucketExceptionCostFunction Package Description software.amazon.awssdk.core.internal.retry software.amazon.awssdk.core.retry.conditions -
-
Uses of TokenBucketExceptionCostFunction in software.amazon.awssdk.core.internal.retry
Classes in software.amazon.awssdk.core.internal.retry that implement TokenBucketExceptionCostFunction Modifier and Type Class Description classDefaultTokenBucketExceptionCostFunctionFields in software.amazon.awssdk.core.internal.retry declared as TokenBucketExceptionCostFunction Modifier and Type Field Description static TokenBucketExceptionCostFunctionSdkDefaultRetrySetting.Legacy. COST_FUNCTIONstatic TokenBucketExceptionCostFunctionSdkDefaultRetrySetting.Standard. COST_FUNCTIONMethods in software.amazon.awssdk.core.internal.retry that return TokenBucketExceptionCostFunction Modifier and Type Method Description TokenBucketExceptionCostFunctionDefaultTokenBucketExceptionCostFunction.Builder. build()static TokenBucketExceptionCostFunctionSdkDefaultRetrySetting. tokenCostFunction(RetryMode retryMode) -
Uses of TokenBucketExceptionCostFunction in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketExceptionCostFunction Modifier and Type Method Description TokenBucketExceptionCostFunctionTokenBucketExceptionCostFunction.Builder. build()Create aTokenBucketExceptionCostFunctionusing the values configured on this builder.Methods in software.amazon.awssdk.core.retry.conditions with parameters of type TokenBucketExceptionCostFunction Modifier and Type Method Description TokenBucketRetryCondition.BuilderTokenBucketRetryCondition.Builder. exceptionCostFunction(TokenBucketExceptionCostFunction exceptionCostFunction)Configure aTokenBucketExceptionCostFunctionthat is used to calculate the number of tokens that should be taken out of the bucket for each specific exception.
-