Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.DescribeIdentityResponse
-
Packages that use DescribeIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of DescribeIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return DescribeIdentityResponse Modifier and Type Method Description default DescribeIdentityResponseCognitoIdentityClient. describeIdentity(Consumer<DescribeIdentityRequest.Builder> describeIdentityRequest)Returns metadata related to the given identity, including when the identity was created and any associated linked logins.default DescribeIdentityResponseCognitoIdentityClient. describeIdentity(DescribeIdentityRequest describeIdentityRequest)Returns metadata related to the given identity, including when the identity was created and any associated linked logins.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type DescribeIdentityResponse Modifier and Type Method Description default CompletableFuture<DescribeIdentityResponse>CognitoIdentityAsyncClient. describeIdentity(Consumer<DescribeIdentityRequest.Builder> describeIdentityRequest)Returns metadata related to the given identity, including when the identity was created and any associated linked logins.default CompletableFuture<DescribeIdentityResponse>CognitoIdentityAsyncClient. describeIdentity(DescribeIdentityRequest describeIdentityRequest)Returns metadata related to the given identity, including when the identity was created and any associated linked logins.
-