| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpRetryPolicy |
HttpRetryPolicy.clone() |
HttpRetryPolicy |
HttpRoute.getRetryPolicy()
An object that represents a retry policy.
|
HttpRetryPolicy |
HttpRetryPolicy.withHttpRetryEvents(Collection<String> httpRetryEvents)
Specify at least one of the following values.
|
HttpRetryPolicy |
HttpRetryPolicy.withHttpRetryEvents(String... httpRetryEvents)
Specify at least one of the following values.
|
HttpRetryPolicy |
HttpRetryPolicy.withMaxRetries(Long maxRetries)
The maximum number of retry attempts.
|
HttpRetryPolicy |
HttpRetryPolicy.withPerRetryTimeout(Duration perRetryTimeout)
The timeout for each retry attempt.
|
HttpRetryPolicy |
HttpRetryPolicy.withTcpRetryEvents(Collection<String> tcpRetryEvents)
Specify a valid value.
|
HttpRetryPolicy |
HttpRetryPolicy.withTcpRetryEvents(String... tcpRetryEvents)
Specify a valid value.
|
HttpRetryPolicy |
HttpRetryPolicy.withTcpRetryEvents(TcpRetryPolicyEvent... tcpRetryEvents)
Specify a valid value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRoute.setRetryPolicy(HttpRetryPolicy retryPolicy)
An object that represents a retry policy.
|
HttpRoute |
HttpRoute.withRetryPolicy(HttpRetryPolicy retryPolicy)
An object that represents a retry policy.
|
Copyright © 2021. All rights reserved.