| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.clone() |
Contributor |
Contributor.withName(String name)
The name of the contributor.
|
Contributor |
Contributor.withValue(Long value)
The contribution of this contributor expressed in Protection units.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contributor> |
AttackProperty.getTopContributors()
The array of Contributor objects that includes the top five contributors to an attack.
|
| Modifier and Type | Method and Description |
|---|---|
AttackProperty |
AttackProperty.withTopContributors(Contributor... topContributors)
The array of Contributor objects that includes the top five contributors to an attack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackProperty.setTopContributors(Collection<Contributor> topContributors)
The array of Contributor objects that includes the top five contributors to an attack.
|
AttackProperty |
AttackProperty.withTopContributors(Collection<Contributor> topContributors)
The array of Contributor objects that includes the top five contributors to an attack.
|
Copyright © 2018. All rights reserved.