| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static PolicyEffect |
PolicyEffect.fromValue(String value)
Use this in place of valueOf.
|
static PolicyEffect |
PolicyEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyEffect[] |
PolicyEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyItem |
PolicyItem.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
GetPolicyResult |
GetPolicyResult.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
CreatePolicyResult |
CreatePolicyResult.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
UpdatePolicyResult |
UpdatePolicyResult.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
Copyright © 2024. All rights reserved.