Uses of Class
software.amazon.awssdk.services.fms.model.ThirdPartyFirewall
-
Packages that use ThirdPartyFirewall Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ThirdPartyFirewall in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ThirdPartyFirewall Modifier and Type Method Description static ThirdPartyFirewallThirdPartyFirewall. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThirdPartyFirewallAssociateThirdPartyFirewallRequest. thirdPartyFirewall()The name of the third-party firewall vendor.ThirdPartyFirewallDisassociateThirdPartyFirewallRequest. thirdPartyFirewall()The name of the third-party firewall vendor.ThirdPartyFirewallGetThirdPartyFirewallAssociationStatusRequest. thirdPartyFirewall()The name of the third-party firewall vendor.ThirdPartyFirewallListThirdPartyFirewallFirewallPoliciesRequest. thirdPartyFirewall()The name of the third-party firewall vendor.static ThirdPartyFirewallThirdPartyFirewall. valueOf(String name)Returns the enum constant of this type with the specified name.static ThirdPartyFirewall[]ThirdPartyFirewall. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ThirdPartyFirewall Modifier and Type Method Description static Set<ThirdPartyFirewall>ThirdPartyFirewall. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type ThirdPartyFirewall Modifier and Type Method Description AssociateThirdPartyFirewallRequest.BuilderAssociateThirdPartyFirewallRequest.Builder. thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)The name of the third-party firewall vendor.DisassociateThirdPartyFirewallRequest.BuilderDisassociateThirdPartyFirewallRequest.Builder. thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)The name of the third-party firewall vendor.GetThirdPartyFirewallAssociationStatusRequest.BuilderGetThirdPartyFirewallAssociationStatusRequest.Builder. thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)The name of the third-party firewall vendor.ListThirdPartyFirewallFirewallPoliciesRequest.BuilderListThirdPartyFirewallFirewallPoliciesRequest.Builder. thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)The name of the third-party firewall vendor.
-