| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
MobileDeviceAccessRuleEffect |
GetMobileDeviceAccessEffectResponse.effect()
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters. |
MobileDeviceAccessRuleEffect |
UpdateMobileDeviceAccessRuleRequest.effect()
The effect of the rule when it matches.
|
MobileDeviceAccessRuleEffect |
MobileDeviceAccessRule.effect()
The effect of the rule when it matches.
|
MobileDeviceAccessRuleEffect |
CreateMobileDeviceAccessRuleRequest.effect()
The effect of the rule when it matches.
|
static MobileDeviceAccessRuleEffect |
MobileDeviceAccessRuleEffect.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MobileDeviceAccessRuleEffect |
MobileDeviceAccessRuleEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileDeviceAccessRuleEffect[] |
MobileDeviceAccessRuleEffect.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<MobileDeviceAccessRuleEffect> |
MobileDeviceAccessRuleEffect.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the Amazon WorkMail organization for the simulated user parameters. |
UpdateMobileDeviceAccessRuleRequest.Builder |
UpdateMobileDeviceAccessRuleRequest.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
MobileDeviceAccessRule.Builder |
MobileDeviceAccessRule.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
CreateMobileDeviceAccessRuleRequest.Builder |
CreateMobileDeviceAccessRuleRequest.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
Copyright © 2021. All rights reserved.