Uses of Class
software.amazon.awssdk.services.networkfirewall.model.DisassociateSubnetsResponse
-
Packages that use DisassociateSubnetsResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of DisassociateSubnetsResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return DisassociateSubnetsResponse Modifier and Type Method Description default DisassociateSubnetsResponseNetworkFirewallClient. disassociateSubnets(Consumer<DisassociateSubnetsRequest.Builder> disassociateSubnetsRequest)Removes the specified subnet associations from the firewall.default DisassociateSubnetsResponseNetworkFirewallClient. disassociateSubnets(DisassociateSubnetsRequest disassociateSubnetsRequest)Removes the specified subnet associations from the firewall.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type DisassociateSubnetsResponse Modifier and Type Method Description default CompletableFuture<DisassociateSubnetsResponse>NetworkFirewallAsyncClient. disassociateSubnets(Consumer<DisassociateSubnetsRequest.Builder> disassociateSubnetsRequest)Removes the specified subnet associations from the firewall.default CompletableFuture<DisassociateSubnetsResponse>NetworkFirewallAsyncClient. disassociateSubnets(DisassociateSubnetsRequest disassociateSubnetsRequest)Removes the specified subnet associations from the firewall.
-