| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackVolumeStatistics |
AttackVolume.bitsPerSecond()
A statistics object that uses bits per second as the unit.
|
AttackVolumeStatistics |
AttackVolume.packetsPerSecond()
A statistics object that uses packets per second as the unit.
|
AttackVolumeStatistics |
AttackVolume.requestsPerSecond()
A statistics object that uses requests per second as the unit.
|
| Modifier and Type | Method and Description |
|---|---|
AttackVolume.Builder |
AttackVolume.Builder.bitsPerSecond(AttackVolumeStatistics bitsPerSecond)
A statistics object that uses bits per second as the unit.
|
AttackVolume.Builder |
AttackVolume.Builder.packetsPerSecond(AttackVolumeStatistics packetsPerSecond)
A statistics object that uses packets per second as the unit.
|
AttackVolume.Builder |
AttackVolume.Builder.requestsPerSecond(AttackVolumeStatistics requestsPerSecond)
A statistics object that uses requests per second as the unit.
|
Copyright © 2023. All rights reserved.