Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserType.Builder
Packages that use UserType.Builder
-
Uses of UserType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserType.BuilderModifier and TypeMethodDescriptionUserType.Builder.attributes(Collection<AttributeType> attributes) Names and values of a user's attributes, for exampleemail.UserType.Builder.attributes(Consumer<AttributeType.Builder>... attributes) Names and values of a user's attributes, for exampleemail.UserType.Builder.attributes(AttributeType... attributes) Names and values of a user's attributes, for exampleemail.static UserType.BuilderUserType.builder()Indicates whether the user's account is enabled or disabled.UserType.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) The user's MFA configuration.UserType.Builder.mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions) The user's MFA configuration.UserType.Builder.mfaOptions(MFAOptionType... mfaOptions) The user's MFA configuration.UserType.toBuilder()UserType.Builder.userCreateDate(Instant userCreateDate) The date and time when the item was created.UserType.Builder.userLastModifiedDate(Instant userLastModifiedDate) The date and time when the item was modified.The user's username.UserType.Builder.userStatus(String userStatus) The user status.UserType.Builder.userStatus(UserStatusType userStatus) The user status.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserType.Builder>UserType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserType.BuilderModifier and TypeMethodDescriptiondefault AdminCreateUserResponse.BuilderAdminCreateUserResponse.Builder.user(Consumer<UserType.Builder> user) The new user's profile details.