| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Duration.clone() |
Duration |
HttpRetryPolicy.getPerRetryTimeout()
An object that represents the retry duration.
|
Duration |
Duration.withUnit(DurationUnit unit)
The unit of time between retry attempts.
|
Duration |
Duration.withUnit(String unit)
The unit of time between retry attempts.
|
Duration |
Duration.withValue(Long value)
The duration of time between retry attempts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRetryPolicy.setPerRetryTimeout(Duration perRetryTimeout)
An object that represents the retry duration.
|
HttpRetryPolicy |
HttpRetryPolicy.withPerRetryTimeout(Duration perRetryTimeout)
An object that represents the retry duration.
|
Copyright © 2019. All rights reserved.