| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
AttackStatisticsDataItem |
AttackStatisticsDataItem.clone() |
AttackStatisticsDataItem |
AttackStatisticsDataItem.withAttackCount(Long attackCount)
The number of attacks detected during the time period.
|
AttackStatisticsDataItem |
AttackStatisticsDataItem.withAttackVolume(AttackVolume attackVolume)
Information about the volume of attacks during the time period.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttackStatisticsDataItem> |
DescribeAttackStatisticsResult.getDataItems()
The data that describes the attacks detected during the time period.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAttackStatisticsResult |
DescribeAttackStatisticsResult.withDataItems(AttackStatisticsDataItem... dataItems)
The data that describes the attacks detected during the time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAttackStatisticsResult.setDataItems(Collection<AttackStatisticsDataItem> dataItems)
The data that describes the attacks detected during the time period.
|
DescribeAttackStatisticsResult |
DescribeAttackStatisticsResult.withDataItems(Collection<AttackStatisticsDataItem> dataItems)
The data that describes the attacks detected during the time period.
|
Copyright © 2023. All rights reserved.