| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static HTTPRequest.Builder |
HTTPRequest.builder() |
HTTPRequest.Builder |
HTTPRequest.Builder.clientIP(String clientIP)
The IP address that the request originated from.
|
HTTPRequest.Builder |
HTTPRequest.Builder.country(String country)
The two-letter country code for the country that the request originated from.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Collection<HTTPHeader> headers)
A complex type that contains two values for each header in the sampled web request: the name of the header
and the value of the header.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Consumer<HTTPHeader.Builder>... headers)
A complex type that contains two values for each header in the sampled web request: the name of the header
and the value of the header.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(HTTPHeader... headers)
A complex type that contains two values for each header in the sampled web request: the name of the header
and the value of the header.
|
HTTPRequest.Builder |
HTTPRequest.Builder.httpVersion(String httpVersion)
The HTTP version specified in the sampled web request, for example,
HTTP/1.1. |
HTTPRequest.Builder |
HTTPRequest.Builder.method(String method)
The HTTP method specified in the sampled web request.
|
HTTPRequest.Builder |
HTTPRequest.toBuilder() |
HTTPRequest.Builder |
HTTPRequest.Builder.uri(String uri)
The part of a web request that identifies the resource, for example,
/images/daily-ad.jpg. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HTTPRequest.Builder> |
HTTPRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.request(Consumer<HTTPRequest.Builder> request)
A complex type that contains detailed information about the request.
|
Copyright © 2023. All rights reserved.