| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalId |
ExternalId.clone() |
ExternalId |
AlternateIdentifier.getExternalId()
The identifier issued to this resource by an external identity provider.
|
ExternalId |
ExternalId.withId(String id)
The identifier issued to this resource by an external identity provider.
|
ExternalId |
ExternalId.withIssuer(String issuer)
The issuer for an external identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalId> |
DescribeUserResult.getExternalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
User.getExternalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
DescribeGroupResult.getExternalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
List<ExternalId> |
Group.getExternalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
| Modifier and Type | Method and Description |
|---|---|
void |
AlternateIdentifier.setExternalId(ExternalId externalId)
The identifier issued to this resource by an external identity provider.
|
AlternateIdentifier |
AlternateIdentifier.withExternalId(ExternalId externalId)
The identifier 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. |
User |
User.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
DescribeGroupResult.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
Group |
Group.withExternalIds(ExternalId... 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 |
|---|---|
void |
DescribeUserResult.setExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
void |
User.setExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
void |
DescribeGroupResult.setExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
void |
Group.setExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeUserResult |
DescribeUserResult.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
User |
User.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
DescribeGroupResult.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
Group |
Group.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
Copyright © 2023. All rights reserved.