Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.directoryservicedata Amazon Web Services Directory Service Data is an extension of Directory Service.software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.directoryservicedata
Methods in software.amazon.awssdk.services.directoryservicedata that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseDirectoryServiceDataClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns user information for the specified directory.default ListUsersResponseDirectoryServiceDataClient. listUsers(ListUsersRequest listUsersRequest)Returns user information for the specified directory.Methods in software.amazon.awssdk.services.directoryservicedata that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>DirectoryServiceDataAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns user information for the specified directory.default CompletableFuture<ListUsersResponse>DirectoryServiceDataAsyncClient. listUsers(ListUsersRequest listUsersRequest)Returns user information for the specified directory. -
Uses of ListUsersResponse in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.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.directoryservicedata.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-