Uses of Class
com.amazonaws.services.cognitoidentity.model.IdentityPoolShortDescription
Packages that use IdentityPoolShortDescription
-
Uses of IdentityPoolShortDescription in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return IdentityPoolShortDescriptionModifier and TypeMethodDescriptionIdentityPoolShortDescription.clone()
IdentityPoolShortDescription.withIdentityPoolId
(String identityPoolId) An identity pool ID in the format REGION:GUID.IdentityPoolShortDescription.withIdentityPoolName
(String identityPoolName) A string that you provide.Methods in com.amazonaws.services.cognitoidentity.model that return types with arguments of type IdentityPoolShortDescriptionModifier and TypeMethodDescriptionListIdentityPoolsResult.getIdentityPools()
The identity pools returned by the ListIdentityPools action.Methods in com.amazonaws.services.cognitoidentity.model with parameters of type IdentityPoolShortDescriptionModifier and TypeMethodDescriptionListIdentityPoolsResult.withIdentityPools
(IdentityPoolShortDescription... identityPools) The identity pools returned by the ListIdentityPools action.Method parameters in com.amazonaws.services.cognitoidentity.model with type arguments of type IdentityPoolShortDescriptionModifier and TypeMethodDescriptionvoid
ListIdentityPoolsResult.setIdentityPools
(Collection<IdentityPoolShortDescription> identityPools) The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResult.withIdentityPools
(Collection<IdentityPoolShortDescription> identityPools) The identity pools returned by the ListIdentityPools action.