Uses of Interface
software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
Packages that use TokenBucketExceptionCostFunction.Builder
Package
Description
-
Uses of TokenBucketExceptionCostFunction.Builder in software.amazon.awssdk.core.internal.retry
Classes in software.amazon.awssdk.core.internal.retry that implement TokenBucketExceptionCostFunction.BuilderModifier and TypeClassDescriptionstatic final classMethods in software.amazon.awssdk.core.internal.retry that return TokenBucketExceptionCostFunction.BuilderModifier and TypeMethodDescriptionDefaultTokenBucketExceptionCostFunction.Builder.defaultExceptionCost(int cost) DefaultTokenBucketExceptionCostFunction.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.BuilderModifier and TypeMethodDescriptionTokenBucketExceptionCostFunction.builder()Create an exception cost function using exception type matchers built into the SDK.TokenBucketExceptionCostFunction.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.Builder.throttlingExceptionCost(int cost) Specify the number of tokens that should be removed from the token bucket when throttling exceptions (e.g.