| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyTypeSummary |
PolicyTypeSummary.clone() |
PolicyTypeSummary |
PolicyTypeSummary.withStatus(PolicyTypeStatus status)
The status of the policy type as it relates to the associated root.
|
PolicyTypeSummary |
PolicyTypeSummary.withStatus(String status)
The status of the policy type as it relates to the associated root.
|
PolicyTypeSummary |
PolicyTypeSummary.withType(PolicyType type)
The name of the policy type.
|
PolicyTypeSummary |
PolicyTypeSummary.withType(String type)
The name of the policy type.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTypeSummary> |
Organization.getAvailablePolicyTypes()
|
List<PolicyTypeSummary> |
Root.getPolicyTypes()
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 |
Organization.withAvailablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
|
Root |
Root.withPolicyTypes(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 |
|---|---|
void |
Organization.setAvailablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
void |
Root.setPolicyTypes(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.
|
Organization |
Organization.withAvailablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
Root |
Root.withPolicyTypes(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.