| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackVectorDescription |
AttackVectorDescription.clone() |
AttackVectorDescription |
AttackVectorDescription.withVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttackVectorDescription> |
AttackSummary.getAttackVectors()
The list of attacks for a specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
AttackSummary |
AttackSummary.withAttackVectors(AttackVectorDescription... attackVectors)
The list of attacks for a specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackSummary.setAttackVectors(Collection<AttackVectorDescription> attackVectors)
The list of attacks for a specified time period.
|
AttackSummary |
AttackSummary.withAttackVectors(Collection<AttackVectorDescription> attackVectors)
The list of attacks for a specified time period.
|
Copyright © 2016. All rights reserved.