| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionDetail |
GetPolicyResponse.definition()
The definition of the requested policy.
|
static PolicyDefinitionDetail |
PolicyDefinitionDetail.fromStaticValue(Consumer<StaticPolicyDefinitionDetail.Builder> staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinitionDetail |
PolicyDefinitionDetail.fromStaticValue(StaticPolicyDefinitionDetail staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static PolicyDefinitionDetail |
PolicyDefinitionDetail.fromTemplateLinked(Consumer<TemplateLinkedPolicyDefinitionDetail.Builder> templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
static PolicyDefinitionDetail |
PolicyDefinitionDetail.fromTemplateLinked(TemplateLinkedPolicyDefinitionDetail templateLinked)
Create an instance of this class with
templateLinked() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
GetPolicyResponse.Builder |
GetPolicyResponse.Builder.definition(PolicyDefinitionDetail definition)
The definition of the requested policy.
|
Copyright © 2023. All rights reserved.