Uses of Class
software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity
Packages that use TokenBucketRetryCondition.Capacity
Package
Description
-
Uses of TokenBucketRetryCondition.Capacity in software.amazon.awssdk.core.internal.capacity
Methods in software.amazon.awssdk.core.internal.capacity that return types with arguments of type TokenBucketRetryCondition.CapacityModifier and TypeMethodDescriptionTokenBucket.tryAcquire(int amountToAcquire) Try to acquire a certain number of tokens from this bucket. -
Uses of TokenBucketRetryCondition.Capacity in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketRetryCondition.CapacityMethods in software.amazon.awssdk.core.retry.conditions that return types with arguments of type TokenBucketRetryCondition.CapacityModifier and TypeMethodDescriptionTokenBucketRetryCondition.getCapacityForExecution(ExecutionAttributes attributes) IfTokenBucketRetryCondition.shouldRetry(RetryPolicyContext)returned true for the provided execution, this method returns theTokenBucketRetryCondition.Capacityconsumed by the request.