Uses of Class
com.amazonaws.services.cognitoidentity.model.DescribeIdentityResult
Packages that use DescribeIdentityResult
Package
Description
-
Uses of DescribeIdentityResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return DescribeIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentity.describeIdentity
(DescribeIdentityRequest request) AmazonCognitoIdentity.describeIdentity
(DescribeIdentityRequest describeIdentityRequest) Returns metadata related to the given identity, including when the identity was created and any associated linked logins.AmazonCognitoIdentityClient.describeIdentity
(DescribeIdentityRequest describeIdentityRequest) Returns metadata related to the given identity, including when the identity was created and any associated linked logins.Methods in com.amazonaws.services.cognitoidentity that return types with arguments of type DescribeIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.describeIdentityAsync
(DescribeIdentityRequest request) AbstractAmazonCognitoIdentityAsync.describeIdentityAsync
(DescribeIdentityRequest request, AsyncHandler<DescribeIdentityRequest, DescribeIdentityResult> asyncHandler) AmazonCognitoIdentityAsync.describeIdentityAsync
(DescribeIdentityRequest describeIdentityRequest) Returns metadata related to the given identity, including when the identity was created and any associated linked logins.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.AmazonCognitoIdentityAsyncClient.describeIdentityAsync
(DescribeIdentityRequest request) AmazonCognitoIdentityAsyncClient.describeIdentityAsync
(DescribeIdentityRequest request, AsyncHandler<DescribeIdentityRequest, DescribeIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type DescribeIdentityResultModifier and TypeMethodDescriptionAbstractAmazonCognitoIdentityAsync.describeIdentityAsync
(DescribeIdentityRequest request, AsyncHandler<DescribeIdentityRequest, DescribeIdentityResult> asyncHandler) 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.AmazonCognitoIdentityAsyncClient.describeIdentityAsync
(DescribeIdentityRequest request, AsyncHandler<DescribeIdentityRequest, DescribeIdentityResult> asyncHandler) -
Uses of DescribeIdentityResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return DescribeIdentityResultModifier and TypeMethodDescriptionDescribeIdentityResult.clone()
DescribeIdentityResult.withCreationDate
(Date creationDate) Date on which the identity was created.DescribeIdentityResult.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.DescribeIdentityResult.withLastModifiedDate
(Date lastModifiedDate) Date on which the identity was last modified.DescribeIdentityResult.withLogins
(String... logins) A set of optional name-value pairs that map provider names to provider tokens.DescribeIdentityResult.withLogins
(Collection<String> logins) A set of optional name-value pairs that map provider names to provider tokens.