Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DescribeIdentity C# (CSharp) Method

DescribeIdentity() public method

Returns metadata related to the given identity, including when the identity was created and any associated linked logins.

You must use AWS Developer credentials to call this API.

/// Thrown when the service encounters an error during processing the request. /// /// Thrown for missing or bad input parameter(s). /// /// Thrown when a user is not authorized to access the requested resource. /// /// Thrown when the requested resource (for example, a dataset or record) does not exist. /// /// Thrown when a request is throttled. ///
public DescribeIdentity ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request ) : DescribeIdentityResponse
request Amazon.CognitoIdentity.Model.DescribeIdentityRequest Container for the necessary parameters to execute the DescribeIdentity service method.
return Amazon.CognitoIdentity.Model.DescribeIdentityResponse
        public DescribeIdentityResponse DescribeIdentity(DescribeIdentityRequest request)
        {
            var marshaller = new DescribeIdentityRequestMarshaller();
            var unmarshaller = DescribeIdentityResponseUnmarshaller.Instance;

            return Invoke<DescribeIdentityRequest,DescribeIdentityResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCognitoIdentityClient::DescribeIdentity ( string identityId ) : DescribeIdentityResponse
AmazonCognitoIdentityClient