| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountRoleStatus |
AccountRoleStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AccountRoleStatus |
GetAdminAccountResponse.roleStatus()
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
static AccountRoleStatus |
AccountRoleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountRoleStatus[] |
AccountRoleStatus.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<AccountRoleStatus> |
AccountRoleStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetAdminAccountResponse.Builder |
GetAdminAccountResponse.Builder.roleStatus(AccountRoleStatus roleStatus)
The status of the Amazon Web Services account that you set as the Firewall Manager administrator.
|
Copyright © 2023. All rights reserved.