| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
OutlierDetection |
OutlierDetection.clone() |
OutlierDetection |
Listener.getOutlierDetection()
The outlier detection information for the listener.
|
OutlierDetection |
OutlierDetection.withBaseEjectionDuration(Duration baseEjectionDuration)
The base amount of time for which a host is ejected.
|
OutlierDetection |
OutlierDetection.withInterval(Duration interval)
The time interval between ejection sweep analysis.
|
OutlierDetection |
OutlierDetection.withMaxEjectionPercent(Integer maxEjectionPercent)
Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.
|
OutlierDetection |
OutlierDetection.withMaxServerErrors(Long maxServerErrors)
Number of consecutive
5xx errors required for ejection. |
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setOutlierDetection(OutlierDetection outlierDetection)
The outlier detection information for the listener.
|
Listener |
Listener.withOutlierDetection(OutlierDetection outlierDetection)
The outlier detection information for the listener.
|
Copyright © 2022. All rights reserved.