| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow.Builder |
TimeWindow.builder() |
TimeWindow.Builder |
TimeWindow.Builder.endTime(Instant endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the
requests that your AWS resource received. |
TimeWindow.Builder |
TimeWindow.Builder.startTime(Instant startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your AWS resource received. |
TimeWindow.Builder |
TimeWindow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeWindow.Builder> |
TimeWindow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSampledRequestsResponse.Builder |
GetSampledRequestsResponse.Builder.timeWindow(Consumer<TimeWindow.Builder> timeWindow)
Usually,
TimeWindow is the time range that you specified in the GetSampledRequests
request. |
default GetSampledRequestsRequest.Builder |
GetSampledRequestsRequest.Builder.timeWindow(Consumer<TimeWindow.Builder> timeWindow)
The start date and time and the end date and time of the range for which you want
GetSampledRequests to return a sample of requests. |
Copyright © 2023. All rights reserved.