| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Root |
Root.clone() |
Root |
EnablePolicyTypeResult.getRoot()
A structure that shows the root with the updated list of enabled policy types.
|
Root |
DisablePolicyTypeResult.getRoot()
A structure that shows the root with the updated list of enabled policy types.
|
Root |
Root.withArn(String arn)
The Amazon Resource Name (ARN) of the root.
|
Root |
Root.withId(String id)
The unique identifier (ID) for the root.
|
Root |
Root.withName(String name)
The friendly name of the root.
|
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.
|
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 |
|---|---|
List<Root> |
ListRootsResult.getRoots()
A list of roots that are defined in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnablePolicyTypeResult.setRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
void |
DisablePolicyTypeResult.setRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
EnablePolicyTypeResult |
EnablePolicyTypeResult.withRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
DisablePolicyTypeResult |
DisablePolicyTypeResult.withRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
ListRootsResult |
ListRootsResult.withRoots(Root... roots)
A list of roots that are defined in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRootsResult.setRoots(Collection<Root> roots)
A list of roots that are defined in an organization.
|
ListRootsResult |
ListRootsResult.withRoots(Collection<Root> roots)
A list of roots that are defined in an organization.
|
Copyright © 2021. All rights reserved.