| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
SampledHTTPRequest |
SampledHTTPRequest.clone() |
SampledHTTPRequest |
SampledHTTPRequest.withAction(String action)
The action that WAF applied to the request.
|
SampledHTTPRequest |
SampledHTTPRequest.withCaptchaResponse(CaptchaResponse captchaResponse)
The
CAPTCHA response for the request. |
SampledHTTPRequest |
SampledHTTPRequest.withChallengeResponse(ChallengeResponse challengeResponse)
The
Challenge response for the request. |
SampledHTTPRequest |
SampledHTTPRequest.withLabels(Collection<Label> labels)
Labels applied to the web request by matching rules.
|
SampledHTTPRequest |
SampledHTTPRequest.withLabels(Label... labels)
Labels applied to the web request by matching rules.
|
SampledHTTPRequest |
SampledHTTPRequest.withOverriddenAction(String overriddenAction)
Used only for rule group rules that have a rule action override in place in the web ACL.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequest(HTTPRequest request)
A complex type that contains detailed information about the request.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequestHeadersInserted(Collection<HTTPHeader> requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
SampledHTTPRequest |
SampledHTTPRequest.withRequestHeadersInserted(HTTPHeader... requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for the
matching rule action.
|
SampledHTTPRequest |
SampledHTTPRequest.withResponseCodeSent(Integer responseCodeSent)
The response code that was sent for the request.
|
SampledHTTPRequest |
SampledHTTPRequest.withRuleNameWithinRuleGroup(String ruleNameWithinRuleGroup)
The name of the
Rule that the request matched. |
SampledHTTPRequest |
SampledHTTPRequest.withTimestamp(Date timestamp)
The time at which WAF received the request from your Amazon Web Services 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SampledHTTPRequest> |
GetSampledRequestsResult.getSampledRequests()
A complex type that contains detailed information about each of the requests in the sample.
|
| Modifier and Type | Method and Description |
|---|---|
GetSampledRequestsResult |
GetSampledRequestsResult.withSampledRequests(SampledHTTPRequest... sampledRequests)
A complex type that contains detailed information about each of the requests in the sample.
|
| Modifier and Type | Method and 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.
|
Copyright © 2025. All rights reserved.