| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceItem |
IdentitySourceItem.clone() |
IdentitySourceItem |
IdentitySourceItem.withCreatedDate(Date createdDate)
The date and time the identity source was originally created.
|
IdentitySourceItem |
IdentitySourceItem.withDetails(IdentitySourceItemDetails details)
A structure that contains the details of the associated identity provider (IdP).
|
IdentitySourceItem |
IdentitySourceItem.withIdentitySourceId(String identitySourceId)
The unique identifier of the identity source.
|
IdentitySourceItem |
IdentitySourceItem.withLastUpdatedDate(Date lastUpdatedDate)
The date and time the identity source was most recently updated.
|
IdentitySourceItem |
IdentitySourceItem.withPolicyStoreId(String policyStoreId)
The identifier of the policy store that contains the identity source.
|
IdentitySourceItem |
IdentitySourceItem.withPrincipalEntityType(String principalEntityType)
The Cedar entity type of the principals returned from the IdP associated with this identity source.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentitySourceItem> |
ListIdentitySourcesResult.getIdentitySources()
The list of identity sources stored in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResult |
ListIdentitySourcesResult.withIdentitySources(IdentitySourceItem... identitySources)
The list of identity sources stored in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdentitySourcesResult.setIdentitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResult |
ListIdentitySourcesResult.withIdentitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
|
Copyright © 2024. All rights reserved.