| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
AccessEffect |
GetImpersonationRoleEffectResponse.effect()
Effect of the impersonation role on the target user based on its rules. |
AccessEffect |
ImpersonationRule.effect()
The effect of the rule when it matches the input.
|
static AccessEffect |
AccessEffect.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccessEffect |
AccessEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessEffect[] |
AccessEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AccessEffect> |
AccessEffect.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetImpersonationRoleEffectResponse.Builder |
GetImpersonationRoleEffectResponse.Builder.effect(AccessEffect effect)
Effect of the impersonation role on the target user based on its rules. |
ImpersonationRule.Builder |
ImpersonationRule.Builder.effect(AccessEffect effect)
The effect of the rule when it matches the input.
|
Copyright © 2023. All rights reserved.