Uses of Class
software.amazon.awssdk.services.shield.model.AttackVectorDescription
-
Packages that use AttackVectorDescription Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackVectorDescription in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackVectorDescription Modifier and Type Method Description List<AttackVectorDescription>AttackSummary. attackVectors()The list of attacks for a specified time period.Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackVectorDescription Modifier and Type Method Description AttackSummary.BuilderAttackSummary.Builder. attackVectors(AttackVectorDescription... attackVectors)The list of attacks for a specified time period.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type AttackVectorDescription Modifier and Type Method Description AttackSummary.BuilderAttackSummary.Builder. attackVectors(Collection<AttackVectorDescription> attackVectors)The list of attacks for a specified time period.
-