Uses of Interface
software.amazon.awssdk.services.fms.model.AccountScope.Builder
-
Packages that use AccountScope.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of AccountScope.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return AccountScope.Builder Modifier and Type Method Description AccountScope.BuilderAccountScope.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 ofExcludeSpecifiedAccounts.AccountScope.BuilderAccountScope.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 ofExcludeSpecifiedAccounts.AccountScope.BuilderAccountScope.Builder. allAccountsEnabled(Boolean allAccountsEnabled)A boolean value that indicates if the administrator can apply policies to all accounts within an organization.static AccountScope.BuilderAccountScope. builder()AccountScope.BuilderAccountScope.Builder. excludeSpecifiedAccounts(Boolean excludeSpecifiedAccounts)A boolean value that excludes the accounts inAccountScope$Accountsfrom the administrator's scope.AccountScope.BuilderAccountScope. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type AccountScope.Builder Modifier and Type Method Description static Class<? extends AccountScope.Builder>AccountScope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type AccountScope.Builder Modifier and Type Method Description default AdminScope.BuilderAdminScope.Builder. accountScope(Consumer<AccountScope.Builder> accountScope)Defines the accounts that the specified Firewall Manager administrator can apply policies to.
-