Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
IdentityDescription |
IdentityDescription.clone() |
IdentityDescription |
IdentityDescription.withCreationDate(Date creationDate)
Date on which the identity was created.
|
IdentityDescription |
IdentityDescription.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
IdentityDescription |
IdentityDescription.withLastModifiedDate(Date lastModifiedDate)
Date on which the identity was last modified.
|
IdentityDescription |
IdentityDescription.withLogins(Collection<String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
IdentityDescription |
IdentityDescription.withLogins(String... logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
Modifier and Type | Method and Description |
---|---|
List<IdentityDescription> |
ListIdentitiesResult.getIdentities()
An object containing a set of identities and associated mappings.
|
Modifier and Type | Method and Description |
---|---|
ListIdentitiesResult |
ListIdentitiesResult.withIdentities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
ListIdentitiesResult.setIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResult |
ListIdentitiesResult.withIdentities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
Copyright © 2018. All rights reserved.