| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackProperty |
AttackProperty.clone() |
AttackProperty |
AttackProperty.withAttackLayer(AttackLayer attackLayer)
The type of distributed denial of service (DDoS) event that was observed.
|
AttackProperty |
AttackProperty.withAttackLayer(String attackLayer)
The type of distributed denial of service (DDoS) event that was observed.
|
AttackProperty |
AttackProperty.withAttackPropertyIdentifier(AttackPropertyIdentifier attackPropertyIdentifier)
Defines the DDoS attack property information that is provided.
|
AttackProperty |
AttackProperty.withAttackPropertyIdentifier(String attackPropertyIdentifier)
Defines the DDoS attack property information that is provided.
|
AttackProperty |
AttackProperty.withTopContributors(Collection<Contributor> topContributors)
The array of Contributor objects that includes the top five contributors to an attack.
|
AttackProperty |
AttackProperty.withTopContributors(Contributor... topContributors)
The array of Contributor objects that includes the top five contributors to an attack.
|
AttackProperty |
AttackProperty.withTotal(Long total)
The total contributions made to this attack by all contributors, not just the five listed in the
TopContributors list. |
AttackProperty |
AttackProperty.withUnit(String unit)
The unit of the
Value of the contributions. |
AttackProperty |
AttackProperty.withUnit(Unit unit)
The unit of the
Value of the contributions. |
| Modifier and Type | Method and Description |
|---|---|
List<AttackProperty> |
AttackDetail.getAttackProperties()
The array of AttackProperty objects.
|
| Modifier and Type | Method and Description |
|---|---|
AttackDetail |
AttackDetail.withAttackProperties(AttackProperty... attackProperties)
The array of AttackProperty objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackDetail.setAttackProperties(Collection<AttackProperty> attackProperties)
The array of AttackProperty objects.
|
AttackDetail |
AttackDetail.withAttackProperties(Collection<AttackProperty> attackProperties)
The array of AttackProperty objects.
|
Copyright © 2020. All rights reserved.