Uses of Class
software.amazon.awssdk.services.finspacedata.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.finspacedata.model software.amazon.awssdk.services.finspacedata.paginators -
-
Uses of User in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type User Modifier and Type Method Description List<User>ListUsersResponse. users()A list of all the users.Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type User Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(User... users)A list of all the users.Method parameters in software.amazon.awssdk.services.finspacedata.model with type arguments of type User Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<User> users)A list of all the users. -
Uses of User in software.amazon.awssdk.services.finspacedata.paginators
Methods in software.amazon.awssdk.services.finspacedata.paginators that return types with arguments of type User Modifier and Type Method Description SdkIterable<User>ListUsersIterable. users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.SdkPublisher<User>ListUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-