| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
AccountScope.Builder |
AccountScope.Builder.accounts(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.Builder |
AccountScope.Builder.accounts(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.Builder |
AccountScope.Builder.allAccountsEnabled(Boolean allAccountsEnabled)
A boolean value that indicates if the administrator can apply policies to all accounts within an
organization.
|
static AccountScope.Builder |
AccountScope.builder() |
AccountScope.Builder |
AccountScope.Builder.excludeSpecifiedAccounts(Boolean excludeSpecifiedAccounts)
A boolean value that excludes the accounts in
AccountScope$Accounts from the administrator's
scope. |
AccountScope.Builder |
AccountScope.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountScope.Builder> |
AccountScope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AdminScope.Builder |
AdminScope.Builder.accountScope(Consumer<AccountScope.Builder> accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
Copyright © 2023. All rights reserved.