Uses of Class
software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity
-
Packages that use TokenBucketRetryCondition.Capacity Package Description software.amazon.awssdk.core.internal.capacity software.amazon.awssdk.core.retry.conditions -
-
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.Capacity Modifier and Type Method Description Optional<TokenBucketRetryCondition.Capacity>TokenBucket. 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.Capacity Modifier and Type Method Description TokenBucketRetryCondition.CapacityTokenBucketRetryCondition.Capacity.Builder. build()Methods in software.amazon.awssdk.core.retry.conditions that return types with arguments of type TokenBucketRetryCondition.Capacity Modifier and Type Method Description static Optional<TokenBucketRetryCondition.Capacity>TokenBucketRetryCondition. getCapacityForExecution(ExecutionAttributes attributes)IfTokenBucketRetryCondition.shouldRetry(RetryPolicyContext)returned true for the provided execution, this method returns theTokenBucketRetryCondition.Capacityconsumed by the request.
-