Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private TimeWindow |
GetSampledRequestsResult.timeWindow
Usually,
TimeWindow is the time range that you specified in
the GetSampledRequests request. |
private TimeWindow |
GetSampledRequestsRequest.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. |
Modifier and Type | Method and Description |
---|---|
TimeWindow |
TimeWindow.clone() |
TimeWindow |
GetSampledRequestsResult.getTimeWindow()
Usually,
TimeWindow is the time range that you specified in
the GetSampledRequests request. |
TimeWindow |
GetSampledRequestsRequest.getTimeWindow()
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. |
TimeWindow |
TimeWindow.withEndTime(java.util.Date 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 |
TimeWindow.withStartTime(java.util.Date startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
Modifier and Type | Method and Description |
---|---|
void |
GetSampledRequestsResult.setTimeWindow(TimeWindow timeWindow)
Usually,
TimeWindow is the time range that you specified in
the GetSampledRequests request. |
void |
GetSampledRequestsRequest.setTimeWindow(TimeWindow 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. |
GetSampledRequestsResult |
GetSampledRequestsResult.withTimeWindow(TimeWindow timeWindow)
Usually,
TimeWindow is the time range that you specified in
the GetSampledRequests request. |
GetSampledRequestsRequest |
GetSampledRequestsRequest.withTimeWindow(TimeWindow 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. |
Modifier and Type | Method and Description |
---|---|
TimeWindow |
TimeWindowJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimeWindowJsonMarshaller.marshall(TimeWindow timeWindow,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|