Uses of Interface
software.amazon.awscdk.services.cognito.StandardAttribute
Packages that use StandardAttribute
-
Uses of StandardAttribute in software.amazon.awscdk.services.cognito
Classes in software.amazon.awscdk.services.cognito that implement StandardAttributeMethods in software.amazon.awscdk.services.cognito that return StandardAttributeModifier and TypeMethodDescriptionStandardAttribute.Builder.build()Builds the configured instance.default StandardAttributeStandardAttributes.getAddress()The user's postal address.final StandardAttributeStandardAttributes.Jsii$Proxy.getAddress()default StandardAttributeStandardAttributes.getBirthdate()The user's birthday, represented as an ISO 8601:2004 format.final StandardAttributeStandardAttributes.Jsii$Proxy.getBirthdate()default StandardAttributeStandardAttributes.getEmail()The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.final StandardAttributeStandardAttributes.Jsii$Proxy.getEmail()default StandardAttributeStandardAttributes.getFamilyName()The surname or last name of the user.final StandardAttributeStandardAttributes.Jsii$Proxy.getFamilyName()default StandardAttributeStandardAttributes.getFullname()The user's full name in displayable form, including all name parts, titles and suffixes.final StandardAttributeStandardAttributes.Jsii$Proxy.getFullname()default StandardAttributeStandardAttributes.getGender()The user's gender.final StandardAttributeStandardAttributes.Jsii$Proxy.getGender()default StandardAttributeStandardAttributes.getGivenName()The user's first name or give name.final StandardAttributeStandardAttributes.Jsii$Proxy.getGivenName()default StandardAttributeStandardAttributes.getLastUpdateTime()The time, the user's information was last updated.final StandardAttributeStandardAttributes.Jsii$Proxy.getLastUpdateTime()default StandardAttributeStandardAttributes.getLocale()The user's locale, represented as a BCP47 [RFC5646] language tag.final StandardAttributeStandardAttributes.Jsii$Proxy.getLocale()default StandardAttributeStandardAttributes.getMiddleName()The user's middle name.final StandardAttributeStandardAttributes.Jsii$Proxy.getMiddleName()default StandardAttributeStandardAttributes.getNickname()The user's nickname or casual name.final StandardAttributeStandardAttributes.Jsii$Proxy.getNickname()default StandardAttributeStandardAttributes.getPhoneNumber()The user's telephone number.final StandardAttributeStandardAttributes.Jsii$Proxy.getPhoneNumber()default StandardAttributeStandardAttributes.getPreferredUsername()The user's preferred username, different from the immutable user name.final StandardAttributeStandardAttributes.Jsii$Proxy.getPreferredUsername()default StandardAttributeStandardAttributes.getProfilePage()The URL to the user's profile page.final StandardAttributeStandardAttributes.Jsii$Proxy.getProfilePage()default StandardAttributeStandardAttributes.getProfilePicture()The URL to the user's profile picture.final StandardAttributeStandardAttributes.Jsii$Proxy.getProfilePicture()default StandardAttributeStandardAttributes.getTimezone()The user's time zone.final StandardAttributeStandardAttributes.Jsii$Proxy.getTimezone()default StandardAttributeStandardAttributes.getWebsite()The URL to the user's web page or blog.final StandardAttributeStandardAttributes.Jsii$Proxy.getWebsite()Methods in software.amazon.awscdk.services.cognito with parameters of type StandardAttributeModifier and TypeMethodDescriptionStandardAttributes.Builder.address(StandardAttribute address) Sets the value ofStandardAttributes.getAddress()StandardAttributes.Builder.birthdate(StandardAttribute birthdate) Sets the value ofStandardAttributes.getBirthdate()StandardAttributes.Builder.email(StandardAttribute email) Sets the value ofStandardAttributes.getEmail()StandardAttributes.Builder.familyName(StandardAttribute familyName) Sets the value ofStandardAttributes.getFamilyName()StandardAttributes.Builder.fullname(StandardAttribute fullname) Sets the value ofStandardAttributes.getFullname()StandardAttributes.Builder.gender(StandardAttribute gender) Sets the value ofStandardAttributes.getGender()StandardAttributes.Builder.givenName(StandardAttribute givenName) Sets the value ofStandardAttributes.getGivenName()StandardAttributes.Builder.lastUpdateTime(StandardAttribute lastUpdateTime) Sets the value ofStandardAttributes.getLastUpdateTime()StandardAttributes.Builder.locale(StandardAttribute locale) Sets the value ofStandardAttributes.getLocale()StandardAttributes.Builder.middleName(StandardAttribute middleName) Sets the value ofStandardAttributes.getMiddleName()StandardAttributes.Builder.nickname(StandardAttribute nickname) Sets the value ofStandardAttributes.getNickname()StandardAttributes.Builder.phoneNumber(StandardAttribute phoneNumber) Sets the value ofStandardAttributes.getPhoneNumber()StandardAttributes.Builder.preferredUsername(StandardAttribute preferredUsername) Sets the value ofStandardAttributes.getPreferredUsername()StandardAttributes.Builder.profilePage(StandardAttribute profilePage) Sets the value ofStandardAttributes.getProfilePage()StandardAttributes.Builder.profilePicture(StandardAttribute profilePicture) Sets the value ofStandardAttributes.getProfilePicture()StandardAttributes.Builder.timezone(StandardAttribute timezone) Sets the value ofStandardAttributes.getTimezone()StandardAttributes.Builder.website(StandardAttribute website) Sets the value ofStandardAttributes.getWebsite()