Uses of Interface
software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction
Packages that use TokenBucketExceptionCostFunction
Package
Description
-
Uses of TokenBucketExceptionCostFunction in software.amazon.awssdk.core.internal.retry
Classes in software.amazon.awssdk.core.internal.retry that implement TokenBucketExceptionCostFunctionFields in software.amazon.awssdk.core.internal.retry declared as TokenBucketExceptionCostFunctionModifier and TypeFieldDescriptionstatic final TokenBucketExceptionCostFunctionSdkDefaultRetrySetting.Legacy.COST_FUNCTIONstatic final TokenBucketExceptionCostFunctionSdkDefaultRetrySetting.Standard.COST_FUNCTIONMethods in software.amazon.awssdk.core.internal.retry that return TokenBucketExceptionCostFunctionModifier and TypeMethodDescriptionDefaultTokenBucketExceptionCostFunction.Builder.build()SdkDefaultRetrySetting.tokenCostFunction(RetryMode retryMode) -
Uses of TokenBucketExceptionCostFunction in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketExceptionCostFunctionModifier and TypeMethodDescriptionTokenBucketExceptionCostFunction.Builder.build()Create aTokenBucketExceptionCostFunctionusing the values configured on this builder.Methods in software.amazon.awssdk.core.retry.conditions with parameters of type TokenBucketExceptionCostFunctionModifier and TypeMethodDescriptionTokenBucketRetryCondition.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.