Uses of Class
com.amazonaws.services.cognitoidentity.model.IdentityPoolShortDescription
-
Packages that use IdentityPoolShortDescription Package Description com.amazonaws.services.cognitoidentity.model -
-
Uses of IdentityPoolShortDescription in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return IdentityPoolShortDescription Modifier and Type Method 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.Methods in com.amazonaws.services.cognitoidentity.model that return types with arguments of type IdentityPoolShortDescription Modifier and Type Method Description List<IdentityPoolShortDescription>
ListIdentityPoolsResult. getIdentityPools()
The identity pools returned by the ListIdentityPools action.Methods in com.amazonaws.services.cognitoidentity.model with parameters of type IdentityPoolShortDescription Modifier and Type Method Description ListIdentityPoolsResult
ListIdentityPoolsResult. withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.Method parameters in com.amazonaws.services.cognitoidentity.model with type arguments of type IdentityPoolShortDescription Modifier and Type Method 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.
-