Uses of Class
software.amazon.awssdk.services.wafv2.model.TimeWindow
-
Packages that use TimeWindow Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of TimeWindow in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return TimeWindow Modifier and Type Method Description TimeWindowGetSampledRequestsRequest. timeWindow()The start date and time and the end date and time of the range for which you wantGetSampledRequeststo return a sample of requests.TimeWindowGetSampledRequestsResponse. timeWindow()Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type TimeWindow Modifier and Type Method Description GetSampledRequestsRequest.BuilderGetSampledRequestsRequest.Builder. timeWindow(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.GetSampledRequestsResponse.BuilderGetSampledRequestsResponse.Builder. timeWindow(TimeWindow timeWindow)Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.
-