Uses of Class
com.amazonaws.services.waf.model.TimeWindow
Packages that use TimeWindow
-
Uses of TimeWindow in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return TimeWindowModifier and TypeMethodDescriptionTimeWindow.clone()
GetSampledRequestsRequest.getTimeWindow()
The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests.GetSampledRequestsResult.getTimeWindow()
Usually,TimeWindow
is the time range that you specified in theGetSampledRequests
request.TimeWindow.withEndTime
(Date endTime) The end of the time range from which you wantGetSampledRequests
to return a sample of the requests that your AWS resource received.TimeWindow.withStartTime
(Date startTime) The beginning of the time range from which you wantGetSampledRequests
to return a sample of the requests that your AWS resource received.Methods in com.amazonaws.services.waf.model with parameters of type TimeWindowModifier and TypeMethodDescriptionvoid
GetSampledRequestsRequest.setTimeWindow
(TimeWindow timeWindow) The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests.void
GetSampledRequestsResult.setTimeWindow
(TimeWindow timeWindow) Usually,TimeWindow
is the time range that you specified in theGetSampledRequests
request.GetSampledRequestsRequest.withTimeWindow
(TimeWindow timeWindow) The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests.GetSampledRequestsResult.withTimeWindow
(TimeWindow timeWindow) Usually,TimeWindow
is the time range that you specified in theGetSampledRequests
request.