Uses of Interface
software.amazon.awscdk.services.cognito.StandardAttribute
-
Uses of StandardAttribute in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionStandardAttribute.Builder.build()
Builds the configured instance.default StandardAttribute
StandardAttributes.getAddress()
The user's postal address.final StandardAttribute
StandardAttributes.Jsii$Proxy.getAddress()
default StandardAttribute
StandardAttributes.getBirthdate()
The user's birthday, represented as an ISO 8601:2004 format.final StandardAttribute
StandardAttributes.Jsii$Proxy.getBirthdate()
default StandardAttribute
StandardAttributes.getEmail()
The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.final StandardAttribute
StandardAttributes.Jsii$Proxy.getEmail()
default StandardAttribute
StandardAttributes.getEmailVerified()
Deprecated.this is not a standard attribute and was incorrectly added to the CDK.final StandardAttribute
StandardAttributes.Jsii$Proxy.getEmailVerified()
default StandardAttribute
StandardAttributes.getFamilyName()
The surname or last name of the user.final StandardAttribute
StandardAttributes.Jsii$Proxy.getFamilyName()
default StandardAttribute
StandardAttributes.getFullname()
The user's full name in displayable form, including all name parts, titles and suffixes.final StandardAttribute
StandardAttributes.Jsii$Proxy.getFullname()
default StandardAttribute
StandardAttributes.getGender()
The user's gender.final StandardAttribute
StandardAttributes.Jsii$Proxy.getGender()
default StandardAttribute
StandardAttributes.getGivenName()
The user's first name or give name.final StandardAttribute
StandardAttributes.Jsii$Proxy.getGivenName()
default StandardAttribute
StandardAttributes.getLastUpdateTime()
The time, the user's information was last updated.final StandardAttribute
StandardAttributes.Jsii$Proxy.getLastUpdateTime()
default StandardAttribute
StandardAttributes.getLocale()
The user's locale, represented as a BCP47 [RFC5646] language tag.final StandardAttribute
StandardAttributes.Jsii$Proxy.getLocale()
default StandardAttribute
StandardAttributes.getMiddleName()
The user's middle name.final StandardAttribute
StandardAttributes.Jsii$Proxy.getMiddleName()
default StandardAttribute
StandardAttributes.getNickname()
The user's nickname or casual name.final StandardAttribute
StandardAttributes.Jsii$Proxy.getNickname()
default StandardAttribute
StandardAttributes.getPhoneNumber()
The user's telephone number.final StandardAttribute
StandardAttributes.Jsii$Proxy.getPhoneNumber()
default StandardAttribute
StandardAttributes.getPhoneNumberVerified()
Deprecated.this is not a standard attribute and was incorrectly added to the CDK.final StandardAttribute
StandardAttributes.Jsii$Proxy.getPhoneNumberVerified()
default StandardAttribute
StandardAttributes.getPreferredUsername()
The user's preffered username, different from the immutable user name.final StandardAttribute
StandardAttributes.Jsii$Proxy.getPreferredUsername()
default StandardAttribute
StandardAttributes.getProfilePage()
The URL to the user's profile page.final StandardAttribute
StandardAttributes.Jsii$Proxy.getProfilePage()
default StandardAttribute
StandardAttributes.getProfilePicture()
The URL to the user's profile picture.final StandardAttribute
StandardAttributes.Jsii$Proxy.getProfilePicture()
default StandardAttribute
StandardAttributes.getTimezone()
The user's time zone.final StandardAttribute
StandardAttributes.Jsii$Proxy.getTimezone()
default StandardAttribute
StandardAttributes.getWebsite()
The URL to the user's web page or blog.final StandardAttribute
StandardAttributes.Jsii$Proxy.getWebsite()
Modifier 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.emailVerified
(StandardAttribute emailVerified) Deprecated.this is not a standard attribute and was incorrectly added to the CDK.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.phoneNumberVerified
(StandardAttribute phoneNumberVerified) Deprecated.this is not a standard attribute and was incorrectly added to the CDK.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()