| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.clone() |
Policy |
CreatePolicyResult.getPolicy()
A structure that contains details about the newly created policy.
|
Policy |
DescribePolicyResult.getPolicy()
A structure that contains details about the specified policy.
|
Policy |
UpdatePolicyResult.getPolicy()
A structure that contains details about the updated policy, showing the requested changes.
|
Policy |
Policy.withContent(String content)
The text content of the policy.
|
Policy |
Policy.withPolicySummary(PolicySummary policySummary)
A structure that contains additional details about the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePolicyResult.setPolicy(Policy policy)
A structure that contains details about the newly created policy.
|
void |
DescribePolicyResult.setPolicy(Policy policy)
A structure that contains details about the specified policy.
|
void |
UpdatePolicyResult.setPolicy(Policy policy)
A structure that contains details about the updated policy, showing the requested changes.
|
CreatePolicyResult |
CreatePolicyResult.withPolicy(Policy policy)
A structure that contains details about the newly created policy.
|
DescribePolicyResult |
DescribePolicyResult.withPolicy(Policy policy)
A structure that contains details about the specified policy.
|
UpdatePolicyResult |
UpdatePolicyResult.withPolicy(Policy policy)
A structure that contains details about the updated policy, showing the requested changes.
|
Copyright © 2023. All rights reserved.