| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyDefinition |
UpdatePolicyRequest.definition()
Specifies the updated policy content that you want to replace on the specified policy.
|
static UpdatePolicyDefinition |
UpdatePolicyDefinition.fromStaticValue(Consumer<UpdateStaticPolicyDefinition.Builder> staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
static UpdatePolicyDefinition |
UpdatePolicyDefinition.fromStaticValue(UpdateStaticPolicyDefinition staticValue)
Create an instance of this class with
staticValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicyRequest.Builder |
UpdatePolicyRequest.Builder.definition(UpdatePolicyDefinition definition)
Specifies the updated policy content that you want to replace on the specified policy.
|
Copyright © 2023. All rights reserved.