Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SampledHTTPRequest> |
GetSampledRequestsResult.sampledRequests
A complex type that contains detailed information about each of the
requests in the sample.
|
Modifier and Type | Method and Description |
---|---|
SampledHTTPRequest |
SampledHTTPRequest.clone() |
SampledHTTPRequest |
SampledHTTPRequest.withAction(java.lang.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(java.util.Date timestamp)
The time at which AWS WAF received the request from your AWS resource, in
Unix time format (in seconds).
|
SampledHTTPRequest |
SampledHTTPRequest.withWeight(java.lang.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 |
---|---|
java.util.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(java.util.Collection<SampledHTTPRequest> sampledRequests)
A complex type that contains detailed information about each of the
requests in the sample.
|
GetSampledRequestsResult |
GetSampledRequestsResult.withSampledRequests(java.util.Collection<SampledHTTPRequest> sampledRequests)
A complex type that contains detailed information about each of the
requests in the sample.
|
Modifier and Type | Method and Description |
---|---|
SampledHTTPRequest |
SampledHTTPRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SampledHTTPRequestJsonMarshaller.marshall(SampledHTTPRequest sampledHTTPRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|