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