Uses of Class
software.amazon.awssdk.services.workmail.model.ListImpersonationRolesResponse
-
Packages that use ListImpersonationRolesResponse 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.software.amazon.awssdk.services.workmail.paginators -
-
Uses of ListImpersonationRolesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListImpersonationRolesResponse Modifier and Type Method Description default ListImpersonationRolesResponseWorkMailClient. listImpersonationRoles(Consumer<ListImpersonationRolesRequest.Builder> listImpersonationRolesRequest)Lists all the impersonation roles for the given WorkMail organization.default ListImpersonationRolesResponseWorkMailClient. listImpersonationRoles(ListImpersonationRolesRequest listImpersonationRolesRequest)Lists all the impersonation roles for the given WorkMail organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListImpersonationRolesResponse Modifier and Type Method Description default CompletableFuture<ListImpersonationRolesResponse>WorkMailAsyncClient. listImpersonationRoles(Consumer<ListImpersonationRolesRequest.Builder> listImpersonationRolesRequest)Lists all the impersonation roles for the given WorkMail organization.default CompletableFuture<ListImpersonationRolesResponse>WorkMailAsyncClient. listImpersonationRoles(ListImpersonationRolesRequest listImpersonationRolesRequest)Lists all the impersonation roles for the given WorkMail organization. -
Uses of ListImpersonationRolesResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListImpersonationRolesResponse Modifier and Type Method Description Iterator<ListImpersonationRolesResponse>ListImpersonationRolesIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListImpersonationRolesResponse Modifier and Type Method Description voidListImpersonationRolesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListImpersonationRolesResponse> subscriber)
-