| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) 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 |
AWSIdentityStore.describeUser(DescribeUserRequest describeUserRequest)
Retrieves the user metadata and attributes from the
UserId in an identity store. |
DescribeUserResult |
AbstractAWSIdentityStore.describeUser(DescribeUserRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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. |
Future<DescribeUserResult> |
AbstractAWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Future<DescribeUserResult> |
AbstractAWSIdentityStoreAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
DescribeUserResult.clone() |
DescribeUserResult |
DescribeUserResult.withAddresses(Address... addresses)
The user's physical address.
|
DescribeUserResult |
DescribeUserResult.withAddresses(Collection<Address> addresses)
The user's physical address.
|
DescribeUserResult |
DescribeUserResult.withDisplayName(String displayName)
The user's name value for display.
|
DescribeUserResult |
DescribeUserResult.withEmails(Collection<Email> emails)
The user's email value.
|
DescribeUserResult |
DescribeUserResult.withEmails(Email... emails)
The user's email value.
|
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 user's geographical region or location.
|
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 user's title.
|
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 user's type.
|
Copyright © 2023. All rights reserved.