Uses of Class
com.amazonaws.services.waf.model.SampledHTTPRequest
-
Packages that use SampledHTTPRequest Package Description com.amazonaws.services.waf.model -
-
Uses of SampledHTTPRequest in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SampledHTTPRequest Modifier and Type Method Description SampledHTTPRequest
SampledHTTPRequest. clone()
SampledHTTPRequest
SampledHTTPRequest. withAction(String action)
The action for theRule
that the request matched:ALLOW
,BLOCK
, orCOUNT
.SampledHTTPRequest
SampledHTTPRequest. withRequest(HTTPRequest request)
A complex type that contains detailed information about the request.SampledHTTPRequest
SampledHTTPRequest. withTimestamp(Date timestamp)
The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).SampledHTTPRequest
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 SampledHTTPRequest Modifier and Type Method Description List<SampledHTTPRequest>
GetSampledRequestsResult. 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 SampledHTTPRequest Modifier and Type Method Description GetSampledRequestsResult
GetSampledRequestsResult. 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 SampledHTTPRequest Modifier and Type Method Description void
GetSampledRequestsResult. setSampledRequests(Collection<SampledHTTPRequest> sampledRequests)
A complex type that contains detailed information about each of the requests in the sample.GetSampledRequestsResult
GetSampledRequestsResult. withSampledRequests(Collection<SampledHTTPRequest> sampledRequests)
A complex type that contains detailed information about each of the requests in the sample.
-