Package | Description |
---|---|
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
IdentityPoolShortDescription |
IdentityPoolShortDescription.clone() |
IdentityPoolShortDescription |
IdentityPoolShortDescription.withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
IdentityPoolShortDescription |
IdentityPoolShortDescription.withIdentityPoolName(String identityPoolName)
A string that you provide.
|
Modifier and Type | Method and Description |
---|---|
List<IdentityPoolShortDescription> |
ListIdentityPoolsResult.getIdentityPools()
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
Modifier and Type | Method and Description |
---|---|
void |
ListIdentityPoolsResult.setIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
Copyright © 2018. All rights reserved.