Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserType
Packages that use UserType
Package
Description
-
Uses of UserType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserTypeModifier and TypeMethodDescriptionfinal UserTypeAdminCreateUserResponse.user()The new user's profile details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserTypeModifier and TypeMethodDescriptionListUsersInGroupResponse.users()An array of users who are members in the group, and their attributes.ListUsersResponse.users()An array of user pool users who match your query, and their attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserTypeModifier and TypeMethodDescriptionThe new user's profile details.An array of users who are members in the group, and their attributes.An array of user pool users who match your query, and their attributes.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserTypeModifier and TypeMethodDescriptionListUsersInGroupResponse.Builder.users(Collection<UserType> users) An array of users who are members in the group, and their attributes.ListUsersResponse.Builder.users(Collection<UserType> users) An array of user pool users who match your query, and their attributes. -
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 UserTypeModifier and TypeMethodDescriptionfinal SdkIterable<UserType>ListUsersInGroupIterable.users()Returns an iterable to iterate through the paginatedListUsersInGroupResponse.users()member.final SdkPublisher<UserType>ListUsersInGroupPublisher.users()Returns a publisher that can be used to get a stream of data.final SdkIterable<UserType>ListUsersIterable.users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.final SdkPublisher<UserType>ListUsersPublisher.users()Returns a publisher that can be used to get a stream of data.