| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionDetail |
PolicyDefinitionDetail.clone() |
PolicyDefinitionDetail |
GetPolicyResult.getDefinition()
The definition of the requested policy.
|
PolicyDefinitionDetail |
PolicyDefinitionDetail.withStatic(StaticPolicyDefinitionDetail staticValue)
Information about a static policy that wasn't created with a policy template.
|
PolicyDefinitionDetail |
PolicyDefinitionDetail.withTemplateLinked(TemplateLinkedPolicyDefinitionDetail templateLinked)
Information about a template-linked policy that was created by instantiating a policy template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPolicyResult.setDefinition(PolicyDefinitionDetail definition)
The definition of the requested policy.
|
GetPolicyResult |
GetPolicyResult.withDefinition(PolicyDefinitionDetail definition)
The definition of the requested policy.
|
Copyright © 2024. All rights reserved.