Uses of Class
software.amazon.awssdk.services.shield.model.Contributor
-
Packages that use Contributor Package Description software.amazon.awssdk.services.shield.model -
-
Uses of Contributor in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type Contributor Modifier and Type Method Description List<Contributor>AttackProperty. topContributors()Contributor objects for the top five contributors to a Shield event.Methods in software.amazon.awssdk.services.shield.model with parameters of type Contributor Modifier and Type Method Description AttackProperty.BuilderAttackProperty.Builder. topContributors(Contributor... topContributors)Contributor objects for the top five contributors to a Shield event.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type Contributor Modifier and Type Method Description AttackProperty.BuilderAttackProperty.Builder. topContributors(Collection<Contributor> topContributors)Contributor objects for the top five contributors to a Shield event.
-