Uses of Interface
software.amazon.awssdk.services.fms.model.ThirdPartyFirewallPolicy.Builder
-
Packages that use ThirdPartyFirewallPolicy.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ThirdPartyFirewallPolicy.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ThirdPartyFirewallPolicy.Builder Modifier and Type Method Description static ThirdPartyFirewallPolicy.BuilderThirdPartyFirewallPolicy. builder()ThirdPartyFirewallPolicy.BuilderThirdPartyFirewallPolicy.Builder. firewallDeploymentModel(String firewallDeploymentModel)Defines the deployment model to use for the third-party firewall policy.ThirdPartyFirewallPolicy.BuilderThirdPartyFirewallPolicy.Builder. firewallDeploymentModel(FirewallDeploymentModel firewallDeploymentModel)Defines the deployment model to use for the third-party firewall policy.ThirdPartyFirewallPolicy.BuilderThirdPartyFirewallPolicy. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ThirdPartyFirewallPolicy.Builder Modifier and Type Method Description static Class<? extends ThirdPartyFirewallPolicy.Builder>ThirdPartyFirewallPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type ThirdPartyFirewallPolicy.Builder Modifier and Type Method Description default PolicyOption.BuilderPolicyOption.Builder. thirdPartyFirewallPolicy(Consumer<ThirdPartyFirewallPolicy.Builder> thirdPartyFirewallPolicy)Defines the policy options for a third-party firewall policy.
-