Uses of Class
software.amazon.awssdk.services.wafv2.model.GetSampledRequestsRequest
-
Packages that use GetSampledRequestsRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of GetSampledRequestsRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type GetSampledRequestsRequest Modifier and Type Method Description default CompletableFuture<GetSampledRequestsResponse>Wafv2AsyncClient. getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)Gets detailed information about a specified number of requests--a sample--that WAF randomly selects from among the first 5,000 requests that your Amazon Web Services resource received during a time range that you choose.default GetSampledRequestsResponseWafv2Client. getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)Gets detailed information about a specified number of requests--a sample--that WAF randomly selects from among the first 5,000 requests that your Amazon Web Services resource received during a time range that you choose. -
Uses of GetSampledRequestsRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type GetSampledRequestsRequest Modifier and Type Method Description SdkHttpFullRequestGetSampledRequestsRequestMarshaller. marshall(GetSampledRequestsRequest getSampledRequestsRequest)
-