| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTypeSummary> |
Organization.availablePolicyTypes()
|
List<PolicyTypeSummary> |
Root.policyTypes()
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its
OUs or accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.availablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
|
Root.Builder |
Root.Builder.policyTypes(PolicyTypeSummary... policyTypes)
The types of policies that are currently enabled for the root and therefore can be attached to the root or to
its OUs or accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.availablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
Root.Builder |
Root.Builder.policyTypes(Collection<PolicyTypeSummary> policyTypes)
The types of policies that are currently enabled for the root and therefore can be attached to the root or to
its OUs or accounts.
|
Copyright © 2023. All rights reserved.