| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.clone() |
AwsWafv2CustomResponseDetails |
AwsWafv2ActionBlockDetails.getCustomResponse()
Defines a custom response for the web request.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withCustomResponseBodyKey(String customResponseBodyKey)
References the response body that you want WAF to return to the web request client.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withResponseCode(Integer responseCode)
The HTTP status code to return to the client.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withResponseHeaders(AwsWafv2CustomHttpHeader... responseHeaders)
The HTTP headers to use in the response.
|
AwsWafv2CustomResponseDetails |
AwsWafv2CustomResponseDetails.withResponseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)
The HTTP headers to use in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2ActionBlockDetails.setCustomResponse(AwsWafv2CustomResponseDetails customResponse)
Defines a custom response for the web request.
|
AwsWafv2ActionBlockDetails |
AwsWafv2ActionBlockDetails.withCustomResponse(AwsWafv2CustomResponseDetails customResponse)
Defines a custom response for the web request.
|
Copyright © 2024. All rights reserved.