| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackVolumeStatistics |
AttackVolumeStatistics.clone() |
AttackVolumeStatistics |
AttackVolume.getBitsPerSecond()
A statistics object that uses bits per second as the unit.
|
AttackVolumeStatistics |
AttackVolume.getPacketsPerSecond()
A statistics object that uses packets per second as the unit.
|
AttackVolumeStatistics |
AttackVolume.getRequestsPerSecond()
A statistics object that uses requests per second as the unit.
|
AttackVolumeStatistics |
AttackVolumeStatistics.withMax(Double max)
The maximum attack volume observed for the given unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackVolume.setBitsPerSecond(AttackVolumeStatistics bitsPerSecond)
A statistics object that uses bits per second as the unit.
|
void |
AttackVolume.setPacketsPerSecond(AttackVolumeStatistics packetsPerSecond)
A statistics object that uses packets per second as the unit.
|
void |
AttackVolume.setRequestsPerSecond(AttackVolumeStatistics requestsPerSecond)
A statistics object that uses requests per second as the unit.
|
AttackVolume |
AttackVolume.withBitsPerSecond(AttackVolumeStatistics bitsPerSecond)
A statistics object that uses bits per second as the unit.
|
AttackVolume |
AttackVolume.withPacketsPerSecond(AttackVolumeStatistics packetsPerSecond)
A statistics object that uses packets per second as the unit.
|
AttackVolume |
AttackVolume.withRequestsPerSecond(AttackVolumeStatistics requestsPerSecond)
A statistics object that uses requests per second as the unit.
|
Copyright © 2022. All rights reserved.