Uses of Class
software.amazon.awssdk.services.fms.model.AccountRoleStatus
-
Packages that use AccountRoleStatus Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AccountRoleStatus in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AccountRoleStatus Modifier and Type Method Description static AccountRoleStatusAccountRoleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccountRoleStatusGetAdminAccountResponse. roleStatus()The status of the account that you set as the Firewall Manager default administrator.static AccountRoleStatusAccountRoleStatus. 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.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type AccountRoleStatus Modifier and Type Method Description static Set<AccountRoleStatus>AccountRoleStatus. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type AccountRoleStatus Modifier and Type Method Description GetAdminAccountResponse.BuilderGetAdminAccountResponse.Builder. roleStatus(AccountRoleStatus roleStatus)The status of the account that you set as the Firewall Manager default administrator.
-