| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyFirewallAssociationStatus |
ThirdPartyFirewallAssociationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ThirdPartyFirewallAssociationStatus |
DisassociateThirdPartyFirewallResponse.thirdPartyFirewallStatus()
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
ThirdPartyFirewallAssociationStatus |
AssociateThirdPartyFirewallResponse.thirdPartyFirewallStatus()
The current status for setting a Firewall Manager policy administrator's account as an administrator of the
third-party firewall tenant.
|
ThirdPartyFirewallAssociationStatus |
GetThirdPartyFirewallAssociationStatusResponse.thirdPartyFirewallStatus()
The current status for setting a Firewall Manager policy administrators account as an administrator of the
third-party firewall tenant.
|
static ThirdPartyFirewallAssociationStatus |
ThirdPartyFirewallAssociationStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ThirdPartyFirewallAssociationStatus> |
ThirdPartyFirewallAssociationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateThirdPartyFirewallResponse.Builder |
DisassociateThirdPartyFirewallResponse.Builder.thirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
AssociateThirdPartyFirewallResponse.Builder |
AssociateThirdPartyFirewallResponse.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.
|
GetThirdPartyFirewallAssociationStatusResponse.Builder |
GetThirdPartyFirewallAssociationStatusResponse.Builder.thirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)
The current status for setting a Firewall Manager policy administrators account as an administrator of the
third-party firewall tenant.
|
Copyright © 2023. All rights reserved.