Uses of Class
software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest
-
Packages that use AssociateSubnetsRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of AssociateSubnetsRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type AssociateSubnetsRequest Modifier and Type Method Description default CompletableFuture<AssociateSubnetsResponse>NetworkFirewallAsyncClient. associateSubnets(AssociateSubnetsRequest 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. -
Uses of AssociateSubnetsRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type AssociateSubnetsRequest Modifier and Type Method Description SdkHttpFullRequestAssociateSubnetsRequestMarshaller. marshall(AssociateSubnetsRequest associateSubnetsRequest)
-