| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyFirewall |
ThirdPartyFirewall.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ThirdPartyFirewall |
GetThirdPartyFirewallAssociationStatusRequest.thirdPartyFirewall()
The name of the third-party firewall vendor.
|
ThirdPartyFirewall |
DisassociateThirdPartyFirewallRequest.thirdPartyFirewall()
The name of the third-party firewall vendor.
|
ThirdPartyFirewall |
ListThirdPartyFirewallFirewallPoliciesRequest.thirdPartyFirewall()
The name of the third-party firewall vendor.
|
ThirdPartyFirewall |
AssociateThirdPartyFirewallRequest.thirdPartyFirewall()
The name of the third-party firewall vendor.
|
static ThirdPartyFirewall |
ThirdPartyFirewall.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ThirdPartyFirewall> |
ThirdPartyFirewall.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetThirdPartyFirewallAssociationStatusRequest.Builder |
GetThirdPartyFirewallAssociationStatusRequest.Builder.thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
|
DisassociateThirdPartyFirewallRequest.Builder |
DisassociateThirdPartyFirewallRequest.Builder.thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
|
ListThirdPartyFirewallFirewallPoliciesRequest.Builder |
ListThirdPartyFirewallFirewallPoliciesRequest.Builder.thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
|
AssociateThirdPartyFirewallRequest.Builder |
AssociateThirdPartyFirewallRequest.Builder.thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
|
Copyright © 2022. All rights reserved.