Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IdentityDescription> |
ListIdentitiesResult.identities
An object containing a set of identities and associated mappings.
|
Modifier and Type | Method and Description |
---|---|
IdentityDescription |
IdentityDescription.clone() |
IdentityDescription |
IdentityDescription.withCreationDate(java.util.Date creationDate)
Date on which the identity was created.
|
IdentityDescription |
IdentityDescription.withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
IdentityDescription |
IdentityDescription.withLastModifiedDate(java.util.Date lastModifiedDate)
Date on which the identity was last modified.
|
IdentityDescription |
IdentityDescription.withLogins(java.util.Collection<java.lang.String> logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
IdentityDescription |
IdentityDescription.withLogins(java.lang.String... logins)
A set of optional name-value pairs that map provider names to provider
tokens.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResult |
ListIdentitiesResult.withIdentities(java.util.Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
Modifier and Type | Method and Description |
---|---|
IdentityDescription |
IdentityDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityDescriptionJsonMarshaller.marshall(IdentityDescription identityDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|