| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
AlternateIdentifier |
GetGroupIdRequest.alternateIdentifier()
A unique identifier for a user or group that is not the primary identifier.
|
AlternateIdentifier |
GetUserIdRequest.alternateIdentifier()
A unique identifier for a user or group that is not the primary identifier.
|
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(Consumer<ExternalId.Builder> externalId)
Create an instance of this class with
externalId() initialized to the given value. |
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(ExternalId externalId)
Create an instance of this class with
externalId() initialized to the given value. |
static AlternateIdentifier |
AlternateIdentifier.fromUniqueAttribute(Consumer<UniqueAttribute.Builder> uniqueAttribute)
Create an instance of this class with
uniqueAttribute() initialized to the given value. |
static AlternateIdentifier |
AlternateIdentifier.fromUniqueAttribute(UniqueAttribute uniqueAttribute)
Create an instance of this class with
uniqueAttribute() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
GetGroupIdRequest.Builder |
GetGroupIdRequest.Builder.alternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
GetUserIdRequest.Builder |
GetUserIdRequest.Builder.alternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
Copyright © 2022. All rights reserved.