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 SampledHTTPRequestSampledHTTPRequest. clone()SampledHTTPRequestSampledHTTPRequest. withAction(String action)The action for theRulethat the request matched:ALLOW,BLOCK, orCOUNT.SampledHTTPRequestSampledHTTPRequest. withRequest(HTTPRequest request)A complex type that contains detailed information about the request.SampledHTTPRequestSampledHTTPRequest. withTimestamp(Date timestamp)The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).SampledHTTPRequestSampledHTTPRequest. 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 GetSampledRequestsResultGetSampledRequestsResult. 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 voidGetSampledRequestsResult. setSampledRequests(Collection<SampledHTTPRequest> sampledRequests)A complex type that contains detailed information about each of the requests in the sample.GetSampledRequestsResultGetSampledRequestsResult. withSampledRequests(Collection<SampledHTTPRequest> sampledRequests)A complex type that contains detailed information about each of the requests in the sample.
-