Uses of Class
com.amazonaws.services.waf.model.GetSampledRequestsRequest
-
Packages that use GetSampledRequestsRequest Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of GetSampledRequestsRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetSampledRequestsRequest Modifier and Type Method Description GetSampledRequestsResultAbstractAWSWAF. getSampledRequests(GetSampledRequestsRequest request)GetSampledRequestsResultAWSWAF. getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose.GetSampledRequestsResultAWSWAFClient. getSampledRequests(GetSampledRequestsRequest getSampledRequestsRequest)Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose.Future<GetSampledRequestsResult>AbstractAWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest request)Future<GetSampledRequestsResult>AbstractAWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler)Future<GetSampledRequestsResult>AWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest getSampledRequestsRequest)Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose.Future<GetSampledRequestsResult>AWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest getSampledRequestsRequest, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler)Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose.Future<GetSampledRequestsResult>AWSWAFAsyncClient. getSampledRequestsAsync(GetSampledRequestsRequest request)Future<GetSampledRequestsResult>AWSWAFAsyncClient. getSampledRequestsAsync(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler)Method parameters in com.amazonaws.services.waf with type arguments of type GetSampledRequestsRequest Modifier and Type Method Description Future<GetSampledRequestsResult>AbstractAWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler)Future<GetSampledRequestsResult>AWSWAFAsync. getSampledRequestsAsync(GetSampledRequestsRequest getSampledRequestsRequest, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler)Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose.Future<GetSampledRequestsResult>AWSWAFAsyncClient. getSampledRequestsAsync(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest,GetSampledRequestsResult> asyncHandler) -
Uses of GetSampledRequestsRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetSampledRequestsRequest Modifier and Type Method Description GetSampledRequestsRequestGetSampledRequestsRequest. clone()GetSampledRequestsRequestGetSampledRequestsRequest. withMaxItems(Long maxItems)The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range.GetSampledRequestsRequestGetSampledRequestsRequest. withRuleId(String ruleId)RuleIdis one of two values: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.GetSampledRequestsRequestGetSampledRequestsRequest. withWebAclId(String webAclId)TheWebACLIdof theWebACLfor which you wantGetSampledRequeststo return a sample of requests.
-