Uses of Class
com.amazonaws.services.waf.model.SampledHTTPRequest
Packages that use SampledHTTPRequest
-
Uses of SampledHTTPRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SampledHTTPRequestModifier and TypeMethodDescriptionSampledHTTPRequest.clone()
SampledHTTPRequest.withAction
(String action) The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.SampledHTTPRequest.withRequest
(HTTPRequest request) A complex type that contains detailed information about the request.SampledHTTPRequest.withTimestamp
(Date timestamp) The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).SampledHTTPRequest.withWeight
(Long weight) A value that indicates how one result in the response relates proportionally to other results in the response.Methods in com.amazonaws.services.waf.model that return types with arguments of type SampledHTTPRequestModifier and TypeMethodDescriptionGetSampledRequestsResult.getSampledRequests()
A complex type that contains detailed information about each of the requests in the sample.Methods in com.amazonaws.services.waf.model with parameters of type SampledHTTPRequestModifier and TypeMethodDescriptionGetSampledRequestsResult.withSampledRequests
(SampledHTTPRequest... sampledRequests) A complex type that contains detailed information about each of the requests in the sample.Method parameters in com.amazonaws.services.waf.model with type arguments of type SampledHTTPRequestModifier and TypeMethodDescriptionvoid
GetSampledRequestsResult.setSampledRequests
(Collection<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.