| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.builder() |
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. |
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.effect(String 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. |
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(MobileDeviceAccessMatchedRule... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMobileDeviceAccessEffectResponse.Builder> |
GetMobileDeviceAccessEffectResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.