| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackVolume |
AttackVolume.clone() |
AttackVolume |
AttackStatisticsDataItem.getAttackVolume()
Information about the volume of attacks during the time period.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttackStatisticsDataItem.setAttackVolume(AttackVolume attackVolume)
Information about the volume of attacks during the time period.
|
AttackStatisticsDataItem |
AttackStatisticsDataItem.withAttackVolume(AttackVolume attackVolume)
Information about the volume of attacks during the time period.
|
Copyright © 2024. All rights reserved.