| 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<AssociateFirewallRuleGroupResult> |
AmazonRoute53ResolverAsyncClient.associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest request,
AsyncHandler<AssociateFirewallRuleGroupRequest,AssociateFirewallRuleGroupResult> asyncHandler) |
Future<AssociateFirewallRuleGroupResult> |
AmazonRoute53ResolverAsync.associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest associateFirewallRuleGroupRequest,
AsyncHandler<AssociateFirewallRuleGroupRequest,AssociateFirewallRuleGroupResult> asyncHandler)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
|
Future<AssociateFirewallRuleGroupResult> |
AbstractAmazonRoute53ResolverAsync.associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest request,
AsyncHandler<AssociateFirewallRuleGroupRequest,AssociateFirewallRuleGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.clone() |
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withMutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withMutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withName(String name)
A name that lets you identify the association, to manage and use it.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that you associate with
the specified VPC.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the rule group association.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the rule group association.
|
AssociateFirewallRuleGroupRequest |
AssociateFirewallRuleGroupRequest.withVpcId(String vpcId)
The unique identifier of the VPC that you want to associate with the rule group.
|
Copyright © 2024. All rights reserved.