| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalId |
AlternateIdentifier.externalId()
The identifier issued to this resource by an external identity provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalId> |
Group.externalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
User.externalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
DescribeGroupResponse.externalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
DescribeUserResponse.externalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
| Modifier and Type | Method and Description |
|---|---|
AlternateIdentifier.Builder |
AlternateIdentifier.Builder.externalId(ExternalId externalId)
The identifier issued to this resource by an external identity provider.
|
Group.Builder |
Group.Builder.externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
User.Builder |
User.Builder.externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeUserResponse.Builder |
DescribeUserResponse.Builder.externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
static AlternateIdentifier |
AlternateIdentifier.fromExternalId(ExternalId externalId)
Create an instance of this class with
AlternateIdentifier.externalId() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
User.Builder |
User.Builder.externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeUserResponse.Builder |
DescribeUserResponse.Builder.externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
Copyright © 2022. All rights reserved.