| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Root |
DisablePolicyTypeResponse.root()
A structure that shows the root with the updated list of enabled policy types.
|
Root |
EnablePolicyTypeResponse.root()
A structure that shows the root with the updated list of enabled policy types.
|
| Modifier and Type | Method and Description |
|---|---|
List<Root> |
ListRootsResponse.roots()
A list of roots that are defined in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
DisablePolicyTypeResponse.Builder |
DisablePolicyTypeResponse.Builder.root(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
EnablePolicyTypeResponse.Builder |
EnablePolicyTypeResponse.Builder.root(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
ListRootsResponse.Builder |
ListRootsResponse.Builder.roots(Root... roots)
A list of roots that are defined in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListRootsResponse.Builder |
ListRootsResponse.Builder.roots(Collection<Root> roots)
A list of roots that are defined in an organization.
|
Copyright © 2023. All rights reserved.