Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.DescribeIdentityRequest
-
Packages that use DescribeIdentityRequest Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.transform -
-
Uses of DescribeIdentityRequest in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity with parameters of type DescribeIdentityRequest Modifier and Type Method Description 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.default DescribeIdentityResponseCognitoIdentityClient. describeIdentity(DescribeIdentityRequest describeIdentityRequest)Returns metadata related to the given identity, including when the identity was created and any associated linked logins. -
Uses of DescribeIdentityRequest in software.amazon.awssdk.services.cognitoidentity.transform
Methods in software.amazon.awssdk.services.cognitoidentity.transform with parameters of type DescribeIdentityRequest Modifier and Type Method Description SdkHttpFullRequestDescribeIdentityRequestMarshaller. marshall(DescribeIdentityRequest describeIdentityRequest)
-