Uses of Class
software.amazon.awssdk.services.workmail.model.GetMobileDeviceAccessEffectResponse
-
Packages that use GetMobileDeviceAccessEffectResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of GetMobileDeviceAccessEffectResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return GetMobileDeviceAccessEffectResponse Modifier and Type Method Description default GetMobileDeviceAccessEffectResponseWorkMailClient. getMobileDeviceAccessEffect(Consumer<GetMobileDeviceAccessEffectRequest.Builder> getMobileDeviceAccessEffectRequest)Simulates the effect of the mobile device access rules for the given attributes of a sample access event.default GetMobileDeviceAccessEffectResponseWorkMailClient. getMobileDeviceAccessEffect(GetMobileDeviceAccessEffectRequest getMobileDeviceAccessEffectRequest)Simulates the effect of the mobile device access rules for the given attributes of a sample access event.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type GetMobileDeviceAccessEffectResponse Modifier and Type Method Description default CompletableFuture<GetMobileDeviceAccessEffectResponse>WorkMailAsyncClient. getMobileDeviceAccessEffect(Consumer<GetMobileDeviceAccessEffectRequest.Builder> getMobileDeviceAccessEffectRequest)Simulates the effect of the mobile device access rules for the given attributes of a sample access event.default CompletableFuture<GetMobileDeviceAccessEffectResponse>WorkMailAsyncClient. getMobileDeviceAccessEffect(GetMobileDeviceAccessEffectRequest getMobileDeviceAccessEffectRequest)Simulates the effect of the mobile device access rules for the given attributes of a sample access event.
-