Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.AnomalyDetection.Builder
-
Packages that use AnomalyDetection.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of AnomalyDetection.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return AnomalyDetection.Builder Modifier and Type Method Description static AnomalyDetection.BuilderAnomalyDetection. builder()AnomalyDetection.BuilderAnomalyDetection.Builder. mitigationInEffect(String mitigationInEffect)Indicates whether anomaly mitigation is in progress.AnomalyDetection.BuilderAnomalyDetection.Builder. mitigationInEffect(MitigationInEffectEnum mitigationInEffect)Indicates whether anomaly mitigation is in progress.AnomalyDetection.BuilderAnomalyDetection.Builder. result(String result)The latest anomaly detection result.AnomalyDetection.BuilderAnomalyDetection.Builder. result(AnomalyResultEnum result)The latest anomaly detection result.AnomalyDetection.BuilderAnomalyDetection. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type AnomalyDetection.Builder Modifier and Type Method Description static Class<? extends AnomalyDetection.Builder>AnomalyDetection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type AnomalyDetection.Builder Modifier and Type Method Description default TargetHealthDescription.BuilderTargetHealthDescription.Builder. anomalyDetection(Consumer<AnomalyDetection.Builder> anomalyDetection)The anomaly detection result for the target.
-