Uses of Class
software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsResponse
-
Packages that use AssociateSubnetsResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of AssociateSubnetsResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return AssociateSubnetsResponse Modifier and Type Method Description default AssociateSubnetsResponseNetworkFirewallClient. associateSubnets(Consumer<AssociateSubnetsRequest.Builder> associateSubnetsRequest)Associates the specified subnets in the Amazon VPC to the firewall.default AssociateSubnetsResponseNetworkFirewallClient. associateSubnets(AssociateSubnetsRequest associateSubnetsRequest)Associates the specified subnets in the Amazon VPC to the firewall.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type AssociateSubnetsResponse Modifier and Type Method Description default CompletableFuture<AssociateSubnetsResponse>NetworkFirewallAsyncClient. associateSubnets(Consumer<AssociateSubnetsRequest.Builder> associateSubnetsRequest)Associates the specified subnets in the Amazon VPC to the firewall.default CompletableFuture<AssociateSubnetsResponse>NetworkFirewallAsyncClient. associateSubnets(AssociateSubnetsRequest associateSubnetsRequest)Associates the specified subnets in the Amazon VPC to the firewall.
-