Uses of Class
software.amazon.awssdk.services.route53resolver.model.BlockResponse
-
Packages that use BlockResponse Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of BlockResponse in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return BlockResponse Modifier and Type Method Description BlockResponseCreateFirewallRuleRequest. blockResponse()The way that you want DNS Firewall to block the request, used with the rule action settingBLOCK.BlockResponseFirewallRule. blockResponse()The way that you want DNS Firewall to block the request.BlockResponseUpdateFirewallRuleRequest. blockResponse()The way that you want DNS Firewall to block the request.static BlockResponseBlockResponse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BlockResponseBlockResponse. 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.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type BlockResponse Modifier and Type Method Description static Set<BlockResponse>BlockResponse. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type BlockResponse Modifier and Type Method Description CreateFirewallRuleRequest.BuilderCreateFirewallRuleRequest.Builder. blockResponse(BlockResponse blockResponse)The way that you want DNS Firewall to block the request, used with the rule action settingBLOCK.FirewallRule.BuilderFirewallRule.Builder. blockResponse(BlockResponse blockResponse)The way that you want DNS Firewall to block the request.UpdateFirewallRuleRequest.BuilderUpdateFirewallRuleRequest.Builder. blockResponse(BlockResponse blockResponse)The way that you want DNS Firewall to block the request.
-