| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange.Builder |
TimeRange.builder() |
TimeRange.Builder |
TimeRange.Builder.fromInclusive(Instant fromInclusive)
The start time, in Unix time in seconds.
|
TimeRange.Builder |
TimeRange.toBuilder() |
TimeRange.Builder |
TimeRange.Builder.toExclusive(Instant toExclusive)
The end time, in Unix time in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeRange.Builder> |
TimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListAttacksRequest.Builder |
ListAttacksRequest.Builder.endTime(Consumer<TimeRange.Builder> endTime)
The end of the time period for the attacks.
|
default ListAttacksRequest.Builder |
ListAttacksRequest.Builder.startTime(Consumer<TimeRange.Builder> startTime)
The start of the time period for the attacks.
|
default DescribeAttackStatisticsResponse.Builder |
DescribeAttackStatisticsResponse.Builder.timeRange(Consumer<TimeRange.Builder> timeRange)
Sets the value of the TimeRange property for this object.
|
Copyright © 2021. All rights reserved.