| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinition |
CreatePolicyRequest.definition()
A structure that specifies the policy type and content to use for the new policy.
|
static PolicyDefinition |
PolicyDefinition.fromStaticValue(Consumer<StaticPolicyDefinition.Builder> staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinition |
PolicyDefinition.fromStaticValue(StaticPolicyDefinition staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinition |
PolicyDefinition.fromTemplateLinked(Consumer<TemplateLinkedPolicyDefinition.Builder> templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
static PolicyDefinition |
PolicyDefinition.fromTemplateLinked(TemplateLinkedPolicyDefinition templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyRequest.Builder |
CreatePolicyRequest.Builder.definition(PolicyDefinition definition)
A structure that specifies the policy type and content to use for the new policy.
|
Copyright © 2023. All rights reserved.