| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlierDetection.Jsii$Proxy
An implementation for
OutlierDetection |
| Modifier and Type | Method and Description |
|---|---|
OutlierDetection |
OutlierDetection.Builder.build()
Builds the configured instance.
|
default OutlierDetection |
TcpVirtualNodeListenerOptions.getOutlierDetection()
Represents the configuration for enabling outlier detection.
|
OutlierDetection |
TcpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
GrpcVirtualNodeListenerOptions.getOutlierDetection()
Represents the configuration for enabling outlier detection.
|
OutlierDetection |
GrpcVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
Http2VirtualNodeListenerOptions.getOutlierDetection()
Represents the configuration for enabling outlier detection.
|
OutlierDetection |
Http2VirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
HttpVirtualNodeListenerOptions.getOutlierDetection()
Represents the configuration for enabling outlier detection.
|
OutlierDetection |
HttpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
| Modifier and Type | Method and Description |
|---|---|
TcpVirtualNodeListenerOptions.Builder |
TcpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
TcpVirtualNodeListenerOptions.getOutlierDetection() |
GrpcVirtualNodeListenerOptions.Builder |
GrpcVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
GrpcVirtualNodeListenerOptions.getOutlierDetection() |
Http2VirtualNodeListenerOptions.Builder |
Http2VirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
Http2VirtualNodeListenerOptions.getOutlierDetection() |
HttpVirtualNodeListenerOptions.Builder |
HttpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
HttpVirtualNodeListenerOptions.getOutlierDetection() |
Copyright © 2022. All rights reserved.