| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
MobileDeviceAccessRuleEffect |
MobileDeviceAccessRule.effect()
The effect of the rule when it matches.
|
MobileDeviceAccessRuleEffect |
CreateMobileDeviceAccessRuleRequest.effect()
The effect of the rule when it matches.
|
MobileDeviceAccessRuleEffect |
UpdateMobileDeviceAccessRuleRequest.effect()
The effect of the rule when it matches.
|
MobileDeviceAccessRuleEffect |
PutMobileDeviceAccessOverrideRequest.effect()
The effect of the override,
ALLOW or DENY. |
MobileDeviceAccessRuleEffect |
GetMobileDeviceAccessOverrideResponse.effect()
The effect of the override,
ALLOW or DENY. |
MobileDeviceAccessRuleEffect |
GetMobileDeviceAccessEffectResponse.effect()
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters. |
MobileDeviceAccessRuleEffect |
MobileDeviceAccessOverride.effect()
The effect of the override,
ALLOW or DENY. |
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 |
|---|---|
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.
|
UpdateMobileDeviceAccessRuleRequest.Builder |
UpdateMobileDeviceAccessRuleRequest.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
PutMobileDeviceAccessOverrideRequest.Builder |
PutMobileDeviceAccessOverrideRequest.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the override,
ALLOW or DENY. |
GetMobileDeviceAccessOverrideResponse.Builder |
GetMobileDeviceAccessOverrideResponse.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the override,
ALLOW or DENY. |
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters. |
MobileDeviceAccessOverride.Builder |
MobileDeviceAccessOverride.Builder.effect(MobileDeviceAccessRuleEffect effect)
The effect of the override,
ALLOW or DENY. |
Copyright © 2023. All rights reserved.