Uses of Interface
software.amazon.awssdk.services.shield.model.AttackStatisticsDataItem.Builder
-
Packages that use AttackStatisticsDataItem.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackStatisticsDataItem.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AttackStatisticsDataItem.Builder Modifier and Type Method Description AttackStatisticsDataItem.BuilderAttackStatisticsDataItem.Builder. attackCount(Long attackCount)The number of attacks detected during the time period.default AttackStatisticsDataItem.BuilderAttackStatisticsDataItem.Builder. attackVolume(Consumer<AttackVolume.Builder> attackVolume)Information about the volume of attacks during the time period.AttackStatisticsDataItem.BuilderAttackStatisticsDataItem.Builder. attackVolume(AttackVolume attackVolume)Information about the volume of attacks during the time period.static AttackStatisticsDataItem.BuilderAttackStatisticsDataItem. builder()AttackStatisticsDataItem.BuilderAttackStatisticsDataItem. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackStatisticsDataItem.Builder Modifier and Type Method Description static Class<? extends AttackStatisticsDataItem.Builder>AttackStatisticsDataItem. serializableBuilderClass()
-