| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
List<SummarizedCounter> |
AttackDetail.attackCounters()
List of counters that describe the attack for the specified time period.
|
List<SummarizedCounter> |
SubResourceSummary.counters()
The counters that describe the details of the attack.
|
List<SummarizedCounter> |
SummarizedAttackVector.vectorCounters()
The list of counters that describe the details of the attack.
|
| Modifier and Type | Method and Description |
|---|---|
AttackDetail.Builder |
AttackDetail.Builder.attackCounters(SummarizedCounter... attackCounters)
List of counters that describe the attack for the specified time period.
|
SubResourceSummary.Builder |
SubResourceSummary.Builder.counters(SummarizedCounter... counters)
The counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
| Modifier and Type | Method and Description |
|---|---|
AttackDetail.Builder |
AttackDetail.Builder.attackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
|
SubResourceSummary.Builder |
SubResourceSummary.Builder.counters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
SummarizedAttackVector.Builder |
SummarizedAttackVector.Builder.vectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
Copyright © 2023. All rights reserved.