| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
SummarizedCounter |
SummarizedCounter.clone() |
SummarizedCounter |
SummarizedCounter.withAverage(Double average)
The average value of the counter for a specified time period.
|
SummarizedCounter |
SummarizedCounter.withMax(Double max)
The maximum value of the counter for a specified time period.
|
SummarizedCounter |
SummarizedCounter.withN(Integer n)
The number of counters for a specified time period.
|
SummarizedCounter |
SummarizedCounter.withName(String name)
The counter name.
|
SummarizedCounter |
SummarizedCounter.withSum(Double sum)
The total of counter values for a specified time period.
|
SummarizedCounter |
SummarizedCounter.withUnit(String unit)
The unit of the counters.
|
| Modifier and Type | Method and Description |
|---|---|
List<SummarizedCounter> |
AttackDetail.getAttackCounters()
List of counters that describe the attack for the specified time period.
|
List<SummarizedCounter> |
SubResourceSummary.getCounters()
The counters that describe the details of the attack.
|
List<SummarizedCounter> |
SummarizedAttackVector.getVectorCounters()
The list of counters that describe the details of the attack.
|
| Modifier and Type | Method and Description |
|---|---|
AttackDetail |
AttackDetail.withAttackCounters(SummarizedCounter... attackCounters)
List of counters that describe the attack for the specified time period.
|
SubResourceSummary |
SubResourceSummary.withCounters(SummarizedCounter... counters)
The counters that describe the details of the attack.
|
SummarizedAttackVector |
SummarizedAttackVector.withVectorCounters(SummarizedCounter... vectorCounters)
The list of counters that describe the details of the attack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackDetail.setAttackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
|
void |
SubResourceSummary.setCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
void |
SummarizedAttackVector.setVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
AttackDetail |
AttackDetail.withAttackCounters(Collection<SummarizedCounter> attackCounters)
List of counters that describe the attack for the specified time period.
|
SubResourceSummary |
SubResourceSummary.withCounters(Collection<SummarizedCounter> counters)
The counters that describe the details of the attack.
|
SummarizedAttackVector |
SummarizedAttackVector.withVectorCounters(Collection<SummarizedCounter> vectorCounters)
The list of counters that describe the details of the attack.
|
Copyright © 2024. All rights reserved.