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