| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionItem |
PolicyItem.definition()
The policy definition of an item in the list of policies returned.
|
static PolicyDefinitionItem |
PolicyDefinitionItem.fromStaticValue(Consumer<StaticPolicyDefinitionItem.Builder> staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinitionItem |
PolicyDefinitionItem.fromStaticValue(StaticPolicyDefinitionItem staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinitionItem |
PolicyDefinitionItem.fromTemplateLinked(Consumer<TemplateLinkedPolicyDefinitionItem.Builder> templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
static PolicyDefinitionItem |
PolicyDefinitionItem.fromTemplateLinked(TemplateLinkedPolicyDefinitionItem templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
PolicyItem.Builder |
PolicyItem.Builder.definition(PolicyDefinitionItem definition)
The policy definition of an item in the list of policies returned.
|
Copyright © 2023. All rights reserved.