Uses of Class
software.amazon.awssdk.services.workmail.model.ListAccessControlRulesResponse
-
Packages that use ListAccessControlRulesResponse 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 ListAccessControlRulesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListAccessControlRulesResponse Modifier and Type Method Description default ListAccessControlRulesResponseWorkMailClient. listAccessControlRules(Consumer<ListAccessControlRulesRequest.Builder> listAccessControlRulesRequest)Lists the access control rules for the specified organization.default ListAccessControlRulesResponseWorkMailClient. listAccessControlRules(ListAccessControlRulesRequest listAccessControlRulesRequest)Lists the access control rules for the specified organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListAccessControlRulesResponse Modifier and Type Method Description default CompletableFuture<ListAccessControlRulesResponse>WorkMailAsyncClient. listAccessControlRules(Consumer<ListAccessControlRulesRequest.Builder> listAccessControlRulesRequest)Lists the access control rules for the specified organization.default CompletableFuture<ListAccessControlRulesResponse>WorkMailAsyncClient. listAccessControlRules(ListAccessControlRulesRequest listAccessControlRulesRequest)Lists the access control rules for the specified organization.
-