Uses of Class
software.amazon.awssdk.services.workmail.model.ListUsersResponse
-
Packages that use ListUsersResponse 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 ListUsersResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseWorkMailClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns summaries of the organization's users.default ListUsersResponseWorkMailClient. listUsers(ListUsersRequest listUsersRequest)Returns summaries of the organization's users.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>WorkMailAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns summaries of the organization's users.default CompletableFuture<ListUsersResponse>WorkMailAsyncClient. listUsers(ListUsersRequest listUsersRequest)Returns summaries of the organization's users. -
Uses of ListUsersResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-