Uses of Class
com.amazonaws.services.waf.model.TimeWindow
-
Packages that use TimeWindow Package Description com.amazonaws.services.waf.model -
-
Uses of TimeWindow in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return TimeWindow Modifier and Type Method Description TimeWindowTimeWindow. clone()TimeWindowGetSampledRequestsRequest. getTimeWindow()The start date and time and the end date and time of the range for which you wantGetSampledRequeststo return a sample of requests.TimeWindowGetSampledRequestsResult. getTimeWindow()Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.TimeWindowTimeWindow. withEndTime(Date endTime)The end of the time range from which you wantGetSampledRequeststo return a sample of the requests that your AWS resource received.TimeWindowTimeWindow. withStartTime(Date startTime)The beginning of the time range from which you wantGetSampledRequeststo return a sample of the requests that your AWS resource received.Methods in com.amazonaws.services.waf.model with parameters of type TimeWindow Modifier and Type Method Description voidGetSampledRequestsRequest. setTimeWindow(TimeWindow timeWindow)The start date and time and the end date and time of the range for which you wantGetSampledRequeststo return a sample of requests.voidGetSampledRequestsResult. setTimeWindow(TimeWindow timeWindow)Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.GetSampledRequestsRequestGetSampledRequestsRequest. withTimeWindow(TimeWindow timeWindow)The start date and time and the end date and time of the range for which you wantGetSampledRequeststo return a sample of requests.GetSampledRequestsResultGetSampledRequestsResult. withTimeWindow(TimeWindow timeWindow)Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.
-