| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafv2CustomHttpHeader> |
AwsWafv2CustomRequestHandlingDetails.insertHeaders()
The HTTP headers to insert into the request.
|
List<AwsWafv2CustomHttpHeader> |
AwsWafv2CustomResponseDetails.responseHeaders()
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.Builder.insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomResponseDetails.Builder |
AwsWafv2CustomResponseDetails.Builder.responseHeaders(AwsWafv2CustomHttpHeader... responseHeaders)
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomRequestHandlingDetails.Builder |
AwsWafv2CustomRequestHandlingDetails.Builder.insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)
The HTTP headers to insert into the request.
|
AwsWafv2CustomResponseDetails.Builder |
AwsWafv2CustomResponseDetails.Builder.responseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)
The HTTP headers to use in the response.
|
Copyright © 2023. All rights reserved.