Uses of Class
software.amazon.awssdk.services.wafv2.model.GetSampledRequestsResponse
-
Packages that use GetSampledRequestsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetSampledRequestsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetSampledRequestsResponse Modifier and Type Method Description default GetSampledRequestsResponseWafv2Client. getSampledRequests(Consumer<GetSampledRequestsRequest.Builder> 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.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetSampledRequestsResponse Modifier and Type Method Description default CompletableFuture<GetSampledRequestsResponse>Wafv2AsyncClient. getSampledRequests(Consumer<GetSampledRequestsRequest.Builder> 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 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.
-