| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
BlockResponse |
CreateFirewallRuleRequest.blockResponse()
The way that you want DNS Firewall to block the request, used with the rule action setting
BLOCK. |
BlockResponse |
UpdateFirewallRuleRequest.blockResponse()
The way that you want DNS Firewall to block the request.
|
BlockResponse |
FirewallRule.blockResponse()
The way that you want DNS Firewall to block the request.
|
static BlockResponse |
BlockResponse.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BlockResponse |
BlockResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockResponse[] |
BlockResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BlockResponse> |
BlockResponse.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFirewallRuleRequest.Builder |
CreateFirewallRuleRequest.Builder.blockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request, used with the rule action setting
BLOCK
. |
UpdateFirewallRuleRequest.Builder |
UpdateFirewallRuleRequest.Builder.blockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request.
|
FirewallRule.Builder |
FirewallRule.Builder.blockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request.
|
Copyright © 2023. All rights reserved.