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 IdentityPoolShortDescriptionIdentityPoolShortDescription. clone()IdentityPoolShortDescriptionIdentityPoolShortDescription. withIdentityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.IdentityPoolShortDescriptionIdentityPoolShortDescription. 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 ListIdentityPoolsResultListIdentityPoolsResult. 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 voidListIdentityPoolsResult. setIdentityPools(Collection<IdentityPoolShortDescription> identityPools)The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResultListIdentityPoolsResult. withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)The identity pools returned by the ListIdentityPools action.
-