Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.AssociateSubnetsRequest.Builder
-
Packages that use AssociateSubnetsRequest.Builder Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.model -
-
Uses of AssociateSubnetsRequest.Builder in software.amazon.awssdk.services.networkfirewall
Method parameters in software.amazon.awssdk.services.networkfirewall with type arguments of type AssociateSubnetsRequest.Builder 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 AssociateSubnetsResponseNetworkFirewallClient. associateSubnets(Consumer<AssociateSubnetsRequest.Builder> associateSubnetsRequest)Associates the specified subnets in the Amazon VPC to the firewall. -
Uses of AssociateSubnetsRequest.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return AssociateSubnetsRequest.Builder Modifier and Type Method Description static AssociateSubnetsRequest.BuilderAssociateSubnetsRequest. builder()AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. firewallName(String firewallName)The descriptive name of the firewall.AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the subnets that you want to associate with the firewall.AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)The IDs of the subnets that you want to associate with the firewall.AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the subnets that you want to associate with the firewall.AssociateSubnetsRequest.BuilderAssociateSubnetsRequest. toBuilder()AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. updateToken(String updateToken)An optional token that you can use for optimistic locking.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type AssociateSubnetsRequest.Builder Modifier and Type Method Description static Class<? extends AssociateSubnetsRequest.Builder>AssociateSubnetsRequest. serializableBuilderClass()
-