Uses of Class
software.amazon.awssdk.services.shield.model.AttackProperty
-
Packages that use AttackProperty Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackProperty in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackProperty Modifier and Type Method Description List<AttackProperty>AttackDetail. attackProperties()The array of objects that provide details of the Shield event.Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackProperty Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. attackProperties(AttackProperty... attackProperties)The array of objects that provide details of the Shield event.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type AttackProperty Modifier and Type Method Description AttackDetail.BuilderAttackDetail.Builder. attackProperties(Collection<AttackProperty> attackProperties)The array of objects that provide details of the Shield event.
-