Uses of Class
software.amazon.awssdk.services.finspacedata.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace.software.amazon.awssdk.services.finspacedata.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseFinspaceDataClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists all available users in FinSpace.default ListUsersResponseFinspaceDataClient. listUsers(ListUsersRequest listUsersRequest)Lists all available users in FinSpace.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>FinspaceDataAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists all available users in FinSpace.default CompletableFuture<ListUsersResponse>FinspaceDataAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists all available users in FinSpace. -
Uses of ListUsersResponse in software.amazon.awssdk.services.finspacedata.paginators
Methods in software.amazon.awssdk.services.finspacedata.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.finspacedata.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-