Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
SampledHTTPRequest |
SampledHTTPRequest.clone() |
SampledHTTPRequest |
SampledHTTPRequest.withAction(String action)
The action for the
Rule that the request matched:
ALLOW , BLOCK , or COUNT . |
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.
|
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 © 2018. All rights reserved.