Package | Description |
---|---|
com.amazonaws.services.identitystore.model |
Modifier and Type | Method and Description |
---|---|
Name |
Name.clone() |
Name |
User.getName()
An object containing the name of the user.
|
Name |
DescribeUserResult.getName()
The name of the user.
|
Name |
CreateUserRequest.getName()
An object containing the name of the user.
|
Name |
Name.withFamilyName(String familyName)
The family name of the user.
|
Name |
Name.withFormatted(String formatted)
A string containing a formatted version of the name for display.
|
Name |
Name.withGivenName(String givenName)
The given name of the user.
|
Name |
Name.withHonorificPrefix(String honorificPrefix)
The honorific prefix of the user.
|
Name |
Name.withHonorificSuffix(String honorificSuffix)
The honorific suffix of the user.
|
Name |
Name.withMiddleName(String middleName)
The middle name of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setName(Name name)
An object containing the name of the user.
|
void |
DescribeUserResult.setName(Name name)
The name of the user.
|
void |
CreateUserRequest.setName(Name name)
An object containing the name of the user.
|
User |
User.withName(Name name)
An object containing the name of the user.
|
DescribeUserResult |
DescribeUserResult.withName(Name name)
The name of the user.
|
CreateUserRequest |
CreateUserRequest.withName(Name name)
An object containing the name of the user.
|
Copyright © 2024. All rights reserved.