| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomHttpHeader |
AwsWafv2CustomHttpHeader.clone() |
AwsWafv2CustomHttpHeader |
AwsWafv2CustomHttpHeader.withName(String name)
The name of the custom header.
|
AwsWafv2CustomHttpHeader |
AwsWafv2CustomHttpHeader.withValue(String value)
The value of the custom header.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafv2CustomHttpHeader> |
AwsWafv2CustomRequestHandlingDetails.getInsertHeaders()
The HTTP headers to insert into the request.
|
List<AwsWafv2CustomHttpHeader> |
AwsWafv2CustomResponseDetails.getResponseHeaders()
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2CustomRequestHandlingDetails.withInsertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withResponseHeaders(AwsWafv2CustomHttpHeader... responseHeaders)
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2CustomRequestHandlingDetails.setInsertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
void |
AwsWafv2CustomResponseDetails.setResponseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)
The HTTP headers to use in the response.
|
AwsWafv2CustomRequestHandlingDetails |
AwsWafv2CustomRequestHandlingDetails.withInsertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withResponseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)
The HTTP headers to use in the response.
|
Copyright © 2024. All rights reserved.