Uses of Interface
software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
-
Packages that use TokenBucketExceptionCostFunction.Builder Package Description software.amazon.awssdk.core.internal.retry software.amazon.awssdk.core.retry.conditions -
-
Uses of TokenBucketExceptionCostFunction.Builder in software.amazon.awssdk.core.internal.retry
Classes in software.amazon.awssdk.core.internal.retry that implement TokenBucketExceptionCostFunction.Builder Modifier and Type Class Description static classDefaultTokenBucketExceptionCostFunction.BuilderMethods in software.amazon.awssdk.core.internal.retry that return TokenBucketExceptionCostFunction.Builder Modifier and Type Method Description TokenBucketExceptionCostFunction.BuilderDefaultTokenBucketExceptionCostFunction.Builder. defaultExceptionCost(int cost)TokenBucketExceptionCostFunction.BuilderDefaultTokenBucketExceptionCostFunction.Builder. throttlingExceptionCost(int cost) -
Uses of TokenBucketExceptionCostFunction.Builder in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketExceptionCostFunction.Builder Modifier and Type Method Description static TokenBucketExceptionCostFunction.BuilderTokenBucketExceptionCostFunction. builder()Create an exception cost function using exception type matchers built into the SDK.TokenBucketExceptionCostFunction.BuilderTokenBucketExceptionCostFunction.Builder. defaultExceptionCost(int cost)Specify the number of tokens that should be removed from the token bucket when no other exception type in this function is matched.TokenBucketExceptionCostFunction.BuilderTokenBucketExceptionCostFunction.Builder. throttlingExceptionCost(int cost)Specify the number of tokens that should be removed from the token bucket when throttling exceptions (e.g.
-