Uses of Class
software.amazon.awssdk.services.fms.model.ThirdPartyFirewallAssociationStatus
-
Packages that use ThirdPartyFirewallAssociationStatus Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ThirdPartyFirewallAssociationStatus in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ThirdPartyFirewallAssociationStatus Modifier and Type Method Description static ThirdPartyFirewallAssociationStatusThirdPartyFirewallAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThirdPartyFirewallAssociationStatusAssociateThirdPartyFirewallResponse. thirdPartyFirewallStatus()The current status for setting a Firewall Manager policy administrator's account as an administrator of the third-party firewall tenant.ThirdPartyFirewallAssociationStatusDisassociateThirdPartyFirewallResponse. thirdPartyFirewallStatus()The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.ThirdPartyFirewallAssociationStatusGetThirdPartyFirewallAssociationStatusResponse. thirdPartyFirewallStatus()The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.static ThirdPartyFirewallAssociationStatusThirdPartyFirewallAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ThirdPartyFirewallAssociationStatus[]ThirdPartyFirewallAssociationStatus. 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 ThirdPartyFirewallAssociationStatus Modifier and Type Method Description static Set<ThirdPartyFirewallAssociationStatus>ThirdPartyFirewallAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type ThirdPartyFirewallAssociationStatus Modifier and Type Method Description AssociateThirdPartyFirewallResponse.BuilderAssociateThirdPartyFirewallResponse.Builder. thirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)The current status for setting a Firewall Manager policy administrator's account as an administrator of the third-party firewall tenant.DisassociateThirdPartyFirewallResponse.BuilderDisassociateThirdPartyFirewallResponse.Builder. thirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.GetThirdPartyFirewallAssociationStatusResponse.BuilderGetThirdPartyFirewallAssociationStatusResponse.Builder. thirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.
-