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