Uses of Interface
software.amazon.awssdk.services.shield.model.AttackVolumeStatistics.Builder
-
Packages that use AttackVolumeStatistics.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackVolumeStatistics.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AttackVolumeStatistics.Builder Modifier and Type Method Description static AttackVolumeStatistics.BuilderAttackVolumeStatistics. builder()AttackVolumeStatistics.BuilderAttackVolumeStatistics.Builder. max(Double max)The maximum attack volume observed for the given unit.AttackVolumeStatistics.BuilderAttackVolumeStatistics. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackVolumeStatistics.Builder Modifier and Type Method Description static Class<? extends AttackVolumeStatistics.Builder>AttackVolumeStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type AttackVolumeStatistics.Builder Modifier and Type Method Description default AttackVolume.BuilderAttackVolume.Builder. bitsPerSecond(Consumer<AttackVolumeStatistics.Builder> bitsPerSecond)A statistics object that uses bits per second as the unit.default AttackVolume.BuilderAttackVolume.Builder. packetsPerSecond(Consumer<AttackVolumeStatistics.Builder> packetsPerSecond)A statistics object that uses packets per second as the unit.default AttackVolume.BuilderAttackVolume.Builder. requestsPerSecond(Consumer<AttackVolumeStatistics.Builder> requestsPerSecond)A statistics object that uses requests per second as the unit.
-