Uses of Class
software.amazon.awssdk.services.shield.model.Mitigation
-
Packages that use Mitigation Package Description software.amazon.awssdk.services.shield.model -
-
Uses of Mitigation in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type Mitigation Modifier and Type Method Description List<Mitigation>AttackDetail. mitigations()List of mitigation actions taken for the attack.Methods in software.amazon.awssdk.services.shield.model with parameters of type Mitigation Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. mitigations(Mitigation... mitigations)List of mitigation actions taken for the attack.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type Mitigation Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. mitigations(Collection<Mitigation> mitigations)List of mitigation actions taken for the attack.
-