| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition |
PolicyDefinition.clone() |
PolicyDefinition |
CreatePolicyRequest.getDefinition()
A structure that specifies the policy type and content to use for the new policy.
|
PolicyDefinition |
PolicyDefinition.withStatic(StaticPolicyDefinition staticValue)
A structure that describes a static policy.
|
PolicyDefinition |
PolicyDefinition.withTemplateLinked(TemplateLinkedPolicyDefinition templateLinked)
A structure that describes a policy that was instantiated from a template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePolicyRequest.setDefinition(PolicyDefinition definition)
A structure that specifies the policy type and content to use for the new policy.
|
CreatePolicyRequest |
CreatePolicyRequest.withDefinition(PolicyDefinition definition)
A structure that specifies the policy type and content to use for the new policy.
|
Copyright © 2024. All rights reserved.