public class LambdaCognitoIdentity extends Object implements com.amazonaws.services.lambda.runtime.CognitoIdentity
| Constructor and Description |
|---|
LambdaCognitoIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentityId() |
String |
getIdentityPoolId() |
void |
setIdentityId(String identityId) |
void |
setIdentityPoolId(String poolId) |
public String getIdentityId()
getIdentityId in interface com.amazonaws.services.lambda.runtime.CognitoIdentitypublic void setIdentityId(String identityId)
public String getIdentityPoolId()
getIdentityPoolId in interface com.amazonaws.services.lambda.runtime.CognitoIdentitypublic void setIdentityPoolId(String poolId)
Copyright © 2022. All rights reserved.