Uses of Class
software.amazon.awssdk.services.rekognition.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of User in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type User Modifier and Type Method Description List<User>ListUsersResponse. users()List of UsersID associated with the specified collection.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type User Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(User... users)List of UsersID associated with the specified collection.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type User Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<User> users)List of UsersID associated with the specified collection. -
Uses of User in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.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.
-