| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
TimeRange.clone() |
TimeRange |
ListAttacksRequest.getEndTime()
The end of the time period for the attacks.
|
TimeRange |
ListAttacksRequest.getStartTime()
The start of the time period for the attacks.
|
TimeRange |
DescribeAttackStatisticsResult.getTimeRange()
The time range of the attack.
|
TimeRange |
TimeRange.withFromInclusive(Date fromInclusive)
The start time, in Unix time in seconds.
|
TimeRange |
TimeRange.withToExclusive(Date toExclusive)
The end time, in Unix time in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttacksRequest.setEndTime(TimeRange endTime)
The end of the time period for the attacks.
|
void |
ListAttacksRequest.setStartTime(TimeRange startTime)
The start of the time period for the attacks.
|
void |
DescribeAttackStatisticsResult.setTimeRange(TimeRange timeRange)
The time range of the attack.
|
ListAttacksRequest |
ListAttacksRequest.withEndTime(TimeRange endTime)
The end of the time period for the attacks.
|
ListAttacksRequest |
ListAttacksRequest.withStartTime(TimeRange startTime)
The start of the time period for the attacks.
|
DescribeAttackStatisticsResult |
DescribeAttackStatisticsResult.withTimeRange(TimeRange timeRange)
The time range of the attack.
|
Copyright © 2023. All rights reserved.