| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
AdminScope.Builder |
AdminScope.Builder.accountScope(AccountScope accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
default AdminScope.Builder |
AdminScope.Builder.accountScope(Consumer<AccountScope.Builder> accountScope)
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
static AdminScope.Builder |
AdminScope.builder() |
default AdminScope.Builder |
AdminScope.Builder.organizationalUnitScope(Consumer<OrganizationalUnitScope.Builder> organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply
policies to.
|
AdminScope.Builder |
AdminScope.Builder.organizationalUnitScope(OrganizationalUnitScope organizationalUnitScope)
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply
policies to.
|
default AdminScope.Builder |
AdminScope.Builder.policyTypeScope(Consumer<PolicyTypeScope.Builder> policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and
manage.
|
AdminScope.Builder |
AdminScope.Builder.policyTypeScope(PolicyTypeScope policyTypeScope)
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and
manage.
|
default AdminScope.Builder |
AdminScope.Builder.regionScope(Consumer<RegionScope.Builder> regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions
in.
|
AdminScope.Builder |
AdminScope.Builder.regionScope(RegionScope regionScope)
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions
in.
|
AdminScope.Builder |
AdminScope.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdminScope.Builder> |
AdminScope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutAdminAccountRequest.Builder |
PutAdminAccountRequest.Builder.adminScope(Consumer<AdminScope.Builder> adminScope)
Configures the resources that the specified Firewall Manager administrator can manage.
|
default GetAdminScopeResponse.Builder |
GetAdminScopeResponse.Builder.adminScope(Consumer<AdminScope.Builder> adminScope)
Contains details about the administrative scope of the requested account.
|
Copyright © 2023. All rights reserved.