Package | Description |
---|---|
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity
|
Modifier and Type | Method and Description |
---|---|
DescribeIdentityResult |
AmazonCognitoIdentityClient.describeIdentity(DescribeIdentityRequest describeIdentityRequest)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
DescribeIdentityResult |
AmazonCognitoIdentity.describeIdentity(DescribeIdentityRequest describeIdentityRequest)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
Modifier and Type | Method and Description |
---|---|
DescribeIdentityResult |
DescribeIdentityResult.withCreationDate(Date creationDate)
Date on which the identity was created.
|
DescribeIdentityResult |
DescribeIdentityResult.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
DescribeIdentityResult |
DescribeIdentityResult.withLastModifiedDate(Date lastModifiedDate)
Date on which the identity was last modified.
|
DescribeIdentityResult |
DescribeIdentityResult.withLogins(Collection<String> logins)
The provider names.
|
DescribeIdentityResult |
DescribeIdentityResult.withLogins(String... logins)
The provider names.
|
Copyright © 2019. All rights reserved.