Uses of Class
com.amazonaws.services.waf.model.GetSampledRequestsResult
Packages that use GetSampledRequestsResult
-
Uses of GetSampledRequestsResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return GetSampledRequestsResultModifier 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.Methods in com.amazonaws.services.waf that return types with arguments of type GetSampledRequestsResultModifier and TypeMethodDescriptionAbstractAWSWAFAsync.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 GetSampledRequestsResultModifier 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 GetSampledRequestsResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return GetSampledRequestsResultModifier and TypeMethodDescriptionGetSampledRequestsResult.clone()GetSampledRequestsResult.withPopulationSize(Long populationSize) The total number of requests from whichGetSampledRequestsgot a sample ofMaxItemsrequests.GetSampledRequestsResult.withSampledRequests(SampledHTTPRequest... sampledRequests) A complex type that contains detailed information about each of the requests in the sample.GetSampledRequestsResult.withSampledRequests(Collection<SampledHTTPRequest> sampledRequests) A complex type that contains detailed information about each of the requests in the sample.GetSampledRequestsResult.withTimeWindow(TimeWindow timeWindow) Usually,TimeWindowis the time range that you specified in theGetSampledRequestsrequest.