Uses of Class
software.amazon.awssdk.services.route53resolver.model.DisassociateFirewallRuleGroupResponse
-
Packages that use DisassociateFirewallRuleGroupResponse Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. -
-
Uses of DisassociateFirewallRuleGroupResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return DisassociateFirewallRuleGroupResponse Modifier and Type Method Description default DisassociateFirewallRuleGroupResponseRoute53ResolverClient. disassociateFirewallRuleGroup(Consumer<DisassociateFirewallRuleGroupRequest.Builder> disassociateFirewallRuleGroupRequest)Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.default DisassociateFirewallRuleGroupResponseRoute53ResolverClient. disassociateFirewallRuleGroup(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest)Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type DisassociateFirewallRuleGroupResponse Modifier and Type Method Description default CompletableFuture<DisassociateFirewallRuleGroupResponse>Route53ResolverAsyncClient. disassociateFirewallRuleGroup(Consumer<DisassociateFirewallRuleGroupRequest.Builder> disassociateFirewallRuleGroupRequest)Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.default CompletableFuture<DisassociateFirewallRuleGroupResponse>Route53ResolverAsyncClient. disassociateFirewallRuleGroup(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest)Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
-