| Interface | Description | 
|---|---|
| BackoffStrategy | |
| EqualJitterBackoffStrategy.Builder | |
| FullJitterBackoffStrategy.Builder | 
| Class | Description | 
|---|---|
| EqualJitterBackoffStrategy | Backoff strategy that uses equal jitter for computing the delay before the next retry. | 
| FixedDelayBackoffStrategy | Simple backoff strategy that always uses a fixed delay for the delay before the next retry attempt. | 
| FullJitterBackoffStrategy | Backoff strategy that uses a full jitter strategy for computing the next backoff delay. | 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.