| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFirewallRuleResult> |
AbstractAmazonRoute53ResolverAsync.updateFirewallRuleAsync(UpdateFirewallRuleRequest request,
AsyncHandler<UpdateFirewallRuleRequest,UpdateFirewallRuleResult> asyncHandler) |
Future<UpdateFirewallRuleResult> |
AmazonRoute53ResolverAsync.updateFirewallRuleAsync(UpdateFirewallRuleRequest updateFirewallRuleRequest,
AsyncHandler<UpdateFirewallRuleRequest,UpdateFirewallRuleResult> asyncHandler)
Updates the specified firewall rule.
|
Future<UpdateFirewallRuleResult> |
AmazonRoute53ResolverAsyncClient.updateFirewallRuleAsync(UpdateFirewallRuleRequest request,
AsyncHandler<UpdateFirewallRuleRequest,UpdateFirewallRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.clone() |
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withAction(Action action)
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain
list:
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withAction(String action)
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain
list:
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockOverrideDnsType(BlockOverrideDnsType blockOverrideDnsType)
The DNS record's type.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockOverrideDnsType(String blockOverrideDnsType)
The DNS record's type.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockOverrideDomain(String blockOverrideDomain)
The custom DNS record to send back in response to the query.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockOverrideTtl(Integer blockOverrideTtl)
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override
record.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withBlockResponse(String blockResponse)
The way that you want DNS Firewall to block the request.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list to use in the rule.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group for the rule.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withName(String name)
The name of the rule.
|
UpdateFirewallRuleRequest |
UpdateFirewallRuleRequest.withPriority(Integer priority)
The setting that determines the processing order of the rule in the rule group.
|
Copyright © 2022. All rights reserved.