| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
| 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.
|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsyncClient.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsync.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsyncClient.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest,
AsyncHandler<DescribeIdentityRequest,DescribeIdentityResult> asyncHandler)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsync.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest,
AsyncHandler<DescribeIdentityRequest,DescribeIdentityResult> asyncHandler)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsyncClient.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest,
AsyncHandler<DescribeIdentityRequest,DescribeIdentityResult> asyncHandler)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
Future<DescribeIdentityResult> |
AmazonCognitoIdentityAsync.describeIdentityAsync(DescribeIdentityRequest describeIdentityRequest,
AsyncHandler<DescribeIdentityRequest,DescribeIdentityResult> asyncHandler)
Returns metadata related to the given identity, including when the
identity was created and any associated linked logins.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityRequest |
DescribeIdentityRequest.clone() |
DescribeIdentityRequest |
DescribeIdentityRequest.withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
Copyright © 2015. All rights reserved.