| 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 |
|---|---|
CreateFirewallRuleResult |
AbstractAmazonRoute53Resolver.createFirewallRule(CreateFirewallRuleRequest request) |
CreateFirewallRuleResult |
AmazonRoute53Resolver.createFirewallRule(CreateFirewallRuleRequest createFirewallRuleRequest)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
CreateFirewallRuleResult |
AmazonRoute53ResolverClient.createFirewallRule(CreateFirewallRuleRequest request)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
Future<CreateFirewallRuleResult> |
AbstractAmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest request) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsyncClient.createFirewallRuleAsync(CreateFirewallRuleRequest request) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
Future<CreateFirewallRuleResult> |
AbstractAmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest request,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsyncClient.createFirewallRuleAsync(CreateFirewallRuleRequest request,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFirewallRuleResult> |
AbstractAmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest request,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsyncClient.createFirewallRuleAsync(CreateFirewallRuleRequest request,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler) |
Future<CreateFirewallRuleResult> |
AmazonRoute53ResolverAsync.createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.clone() |
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.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:
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.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:
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockOverrideDnsType(BlockOverrideDnsType blockOverrideDnsType)
The DNS record's type.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockOverrideDnsType(String blockOverrideDnsType)
The DNS record's type.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockOverrideDomain(String blockOverrideDomain)
The custom DNS record to send back in response to the query.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockOverrideTtl(Integer blockOverrideTtl)
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override
record.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request, used with the rule action setting
BLOCK. |
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withBlockResponse(String blockResponse)
The way that you want DNS Firewall to block the request, used with the rule action setting
BLOCK. |
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows you to retry failed requests without the risk of
running the operation twice.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that you want to use in the rule.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group where you want to create the rule.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withName(String name)
A name that lets you identify the rule in the rule group.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withPriority(Integer priority)
The setting that determines the processing order of the rule in the rule group.
|
CreateFirewallRuleRequest |
CreateFirewallRuleRequest.withQtype(String qtype)
The DNS query type you want the rule to evaluate.
|
Copyright © 2024. All rights reserved.