Uses of Class
software.amazon.awssdk.services.quicksight.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseQuickSightClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns a list of all of the Amazon QuickSight users belonging to this account.default ListUsersResponseQuickSightClient. listUsers(ListUsersRequest listUsersRequest)Returns a list of all of the Amazon QuickSight users belonging to this account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>QuickSightAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns a list of all of the Amazon QuickSight users belonging to this account.default CompletableFuture<ListUsersResponse>QuickSightAsyncClient. listUsers(ListUsersRequest listUsersRequest)Returns a list of all of the Amazon QuickSight users belonging to this account. -
Uses of ListUsersResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.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.quicksight.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-