Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserType
-
Packages that use UserType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of UserType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserType Modifier and Type Method Description UserTypeAdminCreateUserResponse. user()The new user's profile details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserType Modifier and Type Method Description List<UserType>ListUsersInGroupResponse. users()A list of users in the group, and their attributes.List<UserType>ListUsersResponse. users()A list of the user pool users, and their attributes, that match your query.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserType Modifier and Type Method Description AdminCreateUserResponse.BuilderAdminCreateUserResponse.Builder. user(UserType user)The new user's profile details.ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. users(UserType... users)A list of users in the group, and their attributes.ListUsersResponse.BuilderListUsersResponse.Builder. users(UserType... users)A list of the user pool users, and their attributes, that match your query.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserType Modifier and Type Method Description ListUsersInGroupResponse.BuilderListUsersInGroupResponse.Builder. users(Collection<UserType> users)A list of users in the group, and their attributes.ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<UserType> users)A list of the user pool users, and their attributes, that match your query. -
Uses of UserType in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type UserType Modifier and Type Method Description SdkIterable<UserType>ListUsersInGroupIterable. users()Returns an iterable to iterate through the paginatedListUsersInGroupResponse.users()member.SdkPublisher<UserType>ListUsersInGroupPublisher. users()Returns a publisher that can be used to get a stream of data.SdkIterable<UserType>ListUsersIterable. users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.SdkPublisher<UserType>ListUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-