Uses of Class
com.amazonaws.services.waf.model.GetSampledRequestsRequest
Packages that use GetSampledRequestsRequest
-
Uses of GetSampledRequestsRequest in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf with parameters of type GetSampledRequestsRequestModifier and TypeMethodDescriptionAbstractAWSWAF.getSampledRequests
(GetSampledRequestsRequest request) AWSWAF.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.AWSWAFClient.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.AbstractAWSWAFAsync.getSampledRequestsAsync
(GetSampledRequestsRequest request) AbstractAWSWAFAsync.getSampledRequestsAsync
(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest, GetSampledRequestsResult> asyncHandler) 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.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.AWSWAFAsyncClient.getSampledRequestsAsync
(GetSampledRequestsRequest request) AWSWAFAsyncClient.getSampledRequestsAsync
(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest, GetSampledRequestsResult> asyncHandler) Method parameters in com.amazonaws.services.waf with type arguments of type GetSampledRequestsRequestModifier and TypeMethodDescriptionAbstractAWSWAFAsync.getSampledRequestsAsync
(GetSampledRequestsRequest request, AsyncHandler<GetSampledRequestsRequest, GetSampledRequestsResult> asyncHandler) 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.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 GetSampledRequestsRequestModifier and TypeMethodDescriptionGetSampledRequestsRequest.clone()
GetSampledRequestsRequest.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.GetSampledRequestsRequest.withRuleId
(String ruleId) RuleId
is one of two values:GetSampledRequestsRequest.withTimeWindow
(TimeWindow timeWindow) The start date and time and the end date and time of the range for which you wantGetSampledRequests
to return a sample of requests.GetSampledRequestsRequest.withWebAclId
(String webAclId) TheWebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.