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