Uses of Class
com.amazonaws.services.cognitosync.model.IdentityPoolUsage
-
Packages that use IdentityPoolUsage Package Description com.amazonaws.services.cognitosync.model -
-
Uses of IdentityPoolUsage in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return IdentityPoolUsage Modifier and Type Method Description IdentityPoolUsage
IdentityPoolUsage. clone()
IdentityPoolUsage
DescribeIdentityPoolUsageResult. getIdentityPoolUsage()
Information about the usage of the identity pool.IdentityPoolUsage
IdentityPoolUsage. withDataStorage(Long dataStorage)
Data storage information for the identity pool.IdentityPoolUsage
IdentityPoolUsage. withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityPoolUsage
IdentityPoolUsage. withLastModifiedDate(Date lastModifiedDate)
Date on which the identity pool was last modified.IdentityPoolUsage
IdentityPoolUsage. withSyncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.Methods in com.amazonaws.services.cognitosync.model that return types with arguments of type IdentityPoolUsage Modifier and Type Method Description List<IdentityPoolUsage>
ListIdentityPoolUsageResult. getIdentityPoolUsages()
Usage information for the identity pools.Methods in com.amazonaws.services.cognitosync.model with parameters of type IdentityPoolUsage Modifier and Type Method Description void
DescribeIdentityPoolUsageResult. setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.DescribeIdentityPoolUsageResult
DescribeIdentityPoolUsageResult. withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.ListIdentityPoolUsageResult
ListIdentityPoolUsageResult. withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.Method parameters in com.amazonaws.services.cognitosync.model with type arguments of type IdentityPoolUsage Modifier and Type Method Description void
ListIdentityPoolUsageResult. setIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.ListIdentityPoolUsageResult
ListIdentityPoolUsageResult. withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
-