| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
AccountScope |
AccountScope.clone() |
AccountScope |
AdminScope.getAccountScope()
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
AccountScope |
AccountScope.withAccounts(Collection<String> accounts)
The list of accounts within the organization that the specified Firewall Manager administrator either can or
cannot apply policies to, based on the value of
ExcludeSpecifiedAccounts. |
AccountScope |
AccountScope.withAccounts(String... accounts)
The list of accounts within the organization that the specified Firewall Manager administrator either can or
cannot apply policies to, based on the value of
ExcludeSpecifiedAccounts. |
AccountScope |
AccountScope.withAllAccountsEnabled(Boolean allAccountsEnabled)
A boolean value that indicates if the administrator can apply policies to all accounts within an organization.
|
AccountScope |
AccountScope.withExcludeSpecifiedAccounts(Boolean excludeSpecifiedAccounts)
A boolean value that excludes the accounts in
AccountScope$Accounts from the administrator's scope. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminScope.setAccountScope(AccountScope accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
AdminScope |
AdminScope.withAccountScope(AccountScope accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
Copyright © 2023. All rights reserved.