| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackProperty |
AttackProperty.clone() |
AttackProperty |
AttackProperty.withAttackLayer(AttackLayer attackLayer)
The type of Shield event that was observed.
|
AttackProperty |
AttackProperty.withAttackLayer(String attackLayer)
The type of Shield event that was observed.
|
AttackProperty |
AttackProperty.withAttackPropertyIdentifier(AttackPropertyIdentifier attackPropertyIdentifier)
Defines the Shield event property information that is provided.
|
AttackProperty |
AttackProperty.withAttackPropertyIdentifier(String attackPropertyIdentifier)
Defines the Shield event property information that is provided.
|
AttackProperty |
AttackProperty.withTopContributors(Collection<Contributor> topContributors)
Contributor objects for the top five contributors to a Shield event.
|
AttackProperty |
AttackProperty.withTopContributors(Contributor... topContributors)
Contributor objects for the top five contributors to a Shield event.
|
AttackProperty |
AttackProperty.withTotal(Long total)
The total contributions made to this Shield event by all contributors.
|
AttackProperty |
AttackProperty.withUnit(String unit)
The unit used for the
Contributor Value property. |
AttackProperty |
AttackProperty.withUnit(Unit unit)
The unit used for the
Contributor Value property. |
| Modifier and Type | Method and Description |
|---|---|
List<AttackProperty> |
AttackDetail.getAttackProperties()
The array of objects that provide details of the Shield event.
|
| Modifier and Type | Method and Description |
|---|---|
AttackDetail |
AttackDetail.withAttackProperties(AttackProperty... attackProperties)
The array of objects that provide details of the Shield event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackDetail.setAttackProperties(Collection<AttackProperty> attackProperties)
The array of objects that provide details of the Shield event.
|
AttackDetail |
AttackDetail.withAttackProperties(Collection<AttackProperty> attackProperties)
The array of objects that provide details of the Shield event.
|
Copyright © 2022. All rights reserved.