Uses of Class
software.amazon.awssdk.services.shield.model.AttackStatisticsDataItem
-
Packages that use AttackStatisticsDataItem Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackStatisticsDataItem in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackStatisticsDataItem Modifier and Type Method Description List<AttackStatisticsDataItem>DescribeAttackStatisticsResponse. dataItems()The data that describes the attacks detected during the time period.Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackStatisticsDataItem Modifier and Type Method Description DescribeAttackStatisticsResponse.BuilderDescribeAttackStatisticsResponse.Builder. dataItems(AttackStatisticsDataItem... dataItems)The data that describes the attacks detected during the time period.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type AttackStatisticsDataItem Modifier and Type Method Description DescribeAttackStatisticsResponse.BuilderDescribeAttackStatisticsResponse.Builder. dataItems(Collection<AttackStatisticsDataItem> dataItems)The data that describes the attacks detected during the time period.
-