Uses of Class
software.amazon.awssdk.services.shield.model.AttackVolumeStatistics
-
Packages that use AttackVolumeStatistics Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackVolumeStatistics in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AttackVolumeStatistics Modifier and Type Method Description AttackVolumeStatisticsAttackVolume. bitsPerSecond()A statistics object that uses bits per second as the unit.AttackVolumeStatisticsAttackVolume. packetsPerSecond()A statistics object that uses packets per second as the unit.AttackVolumeStatisticsAttackVolume. requestsPerSecond()A statistics object that uses requests per second as the unit.Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackVolumeStatistics Modifier and Type Method Description AttackVolume.BuilderAttackVolume.Builder. bitsPerSecond(AttackVolumeStatistics bitsPerSecond)A statistics object that uses bits per second as the unit.AttackVolume.BuilderAttackVolume.Builder. packetsPerSecond(AttackVolumeStatistics packetsPerSecond)A statistics object that uses packets per second as the unit.AttackVolume.BuilderAttackVolume.Builder. requestsPerSecond(AttackVolumeStatistics requestsPerSecond)A statistics object that uses requests per second as the unit.
-