| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities
(users and groups).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
AWSIdentityStoreClient.describeUser(DescribeUserRequest request)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
DescribeUserResult |
AbstractAWSIdentityStore.describeUser(DescribeUserRequest request) |
DescribeUserResult |
AWSIdentityStore.describeUser(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserResult> |
AbstractAWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest request) |
Future<DescribeUserResult> |
AWSIdentityStoreAsyncClient.describeUserAsync(DescribeUserRequest request) |
Future<DescribeUserResult> |
AWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
Future<DescribeUserResult> |
AbstractAWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSIdentityStoreAsyncClient.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest describeUserRequest,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserResult> |
AbstractAWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSIdentityStoreAsyncClient.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest describeUserRequest,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
DescribeUserResult.clone() |
DescribeUserResult |
DescribeUserResult.withAddresses(Address... addresses)
The physical address of the user.
|
DescribeUserResult |
DescribeUserResult.withAddresses(Collection<Address> addresses)
The physical address of the user.
|
DescribeUserResult |
DescribeUserResult.withDisplayName(String displayName)
The display name of the user.
|
DescribeUserResult |
DescribeUserResult.withEmails(Collection<Email> emails)
The email address of the user.
|
DescribeUserResult |
DescribeUserResult.withEmails(Email... emails)
The email address of the user.
|
DescribeUserResult |
DescribeUserResult.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeUserResult |
DescribeUserResult.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeUserResult |
DescribeUserResult.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
DescribeUserResult |
DescribeUserResult.withLocale(String locale)
A string containing the geographical region or location of the user.
|
DescribeUserResult |
DescribeUserResult.withName(Name name)
The name of the user.
|
DescribeUserResult |
DescribeUserResult.withNickName(String nickName)
An alternative descriptive name for the user.
|
DescribeUserResult |
DescribeUserResult.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of
PhoneNumber objects associated with a user. |
DescribeUserResult |
DescribeUserResult.withPhoneNumbers(PhoneNumber... phoneNumbers)
A list of
PhoneNumber objects associated with a user. |
DescribeUserResult |
DescribeUserResult.withPreferredLanguage(String preferredLanguage)
The preferred language of the user.
|
DescribeUserResult |
DescribeUserResult.withProfileUrl(String profileUrl)
A URL link for the user's profile.
|
DescribeUserResult |
DescribeUserResult.withTimezone(String timezone)
The time zone for a user.
|
DescribeUserResult |
DescribeUserResult.withTitle(String title)
A string containing the title of the user.
|
DescribeUserResult |
DescribeUserResult.withUserId(String userId)
The identifier for a user in the identity store.
|
DescribeUserResult |
DescribeUserResult.withUserName(String userName)
A unique string used to identify the user.
|
DescribeUserResult |
DescribeUserResult.withUserType(String userType)
A string indicating the type of user.
|
Copyright © 2024. All rights reserved.