| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
SummarizedAttackVector |
SummarizedAttackVector.clone() |
SummarizedAttackVector |
SummarizedAttackVector.withVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector |
SummarizedAttackVector.withVectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
SummarizedAttackVector |
SummarizedAttackVector.withVectorType(String vectorType)
The attack type, for example, SNMP reflection or SYN flood.
|
| Modifier and Type | Method and Description |
|---|---|
List<SummarizedAttackVector> |
SubResourceSummary.getAttackVectors()
The list of attack types and associated counters.
|
| Modifier and Type | Method and Description |
|---|---|
SubResourceSummary |
SubResourceSummary.withAttackVectors(SummarizedAttackVector... attackVectors)
The list of attack types and associated counters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubResourceSummary.setAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
|
SubResourceSummary |
SubResourceSummary.withAttackVectors(Collection<SummarizedAttackVector> attackVectors)
The list of attack types and associated counters.
|
Copyright © 2018. All rights reserved.