All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.lambda.runtime.CognitoIdentity Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
/* Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. */

package com.amazonaws.services.lambda.runtime;

/**
 *  Provides information related to Amazon Congnito identities.
 *
 */
public interface CognitoIdentity {
    /**
     * Gets the Amazon Cognito identity ID
     * 
     */
    public String getIdentityId();

    /**
     * Gets the Amazon Cognito identity pool ID
     * 
     */
    public String getIdentityPoolId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy