Uses of Class
software.amazon.awssdk.services.workmail.model.ListMobileDeviceAccessRulesResponse
-
Packages that use ListMobileDeviceAccessRulesResponse 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 ListMobileDeviceAccessRulesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListMobileDeviceAccessRulesResponse Modifier and Type Method Description default ListMobileDeviceAccessRulesResponseWorkMailClient. listMobileDeviceAccessRules(Consumer<ListMobileDeviceAccessRulesRequest.Builder> listMobileDeviceAccessRulesRequest)Lists the mobile device access rules for the specified WorkMail organization.default ListMobileDeviceAccessRulesResponseWorkMailClient. listMobileDeviceAccessRules(ListMobileDeviceAccessRulesRequest listMobileDeviceAccessRulesRequest)Lists the mobile device access rules for the specified WorkMail organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListMobileDeviceAccessRulesResponse Modifier and Type Method Description default CompletableFuture<ListMobileDeviceAccessRulesResponse>WorkMailAsyncClient. listMobileDeviceAccessRules(Consumer<ListMobileDeviceAccessRulesRequest.Builder> listMobileDeviceAccessRulesRequest)Lists the mobile device access rules for the specified WorkMail organization.default CompletableFuture<ListMobileDeviceAccessRulesResponse>WorkMailAsyncClient. listMobileDeviceAccessRules(ListMobileDeviceAccessRulesRequest listMobileDeviceAccessRulesRequest)Lists the mobile device access rules for the specified WorkMail organization.
-