Uses of Interface
software.amazon.awscdk.services.appmesh.OutlierDetection
Packages that use OutlierDetection
-
Uses of OutlierDetection in software.amazon.awscdk.services.appmesh
Classes in software.amazon.awscdk.services.appmesh that implement OutlierDetectionMethods in software.amazon.awscdk.services.appmesh that return OutlierDetectionModifier and TypeMethodDescriptionOutlierDetection.Builder.build()Builds the configured instance.default OutlierDetectionGrpcVirtualNodeListenerOptions.getOutlierDetection()Represents the configuration for enabling outlier detection.final OutlierDetectionGrpcVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection()default OutlierDetectionHttp2VirtualNodeListenerOptions.getOutlierDetection()Represents the configuration for enabling outlier detection.final OutlierDetectionHttp2VirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection()default OutlierDetectionHttpVirtualNodeListenerOptions.getOutlierDetection()Represents the configuration for enabling outlier detection.final OutlierDetectionHttpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection()default OutlierDetectionTcpVirtualNodeListenerOptions.getOutlierDetection()Represents the configuration for enabling outlier detection.final OutlierDetectionTcpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection()Methods in software.amazon.awscdk.services.appmesh with parameters of type OutlierDetectionModifier and TypeMethodDescriptionGrpcVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection) Sets the value ofGrpcVirtualNodeListenerOptions.getOutlierDetection()Http2VirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection) Sets the value ofHttp2VirtualNodeListenerOptions.getOutlierDetection()HttpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection) Sets the value ofHttpVirtualNodeListenerOptions.getOutlierDetection()TcpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection) Sets the value ofTcpVirtualNodeListenerOptions.getOutlierDetection()