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 IdentityPoolUsageIdentityPoolUsage. clone()IdentityPoolUsageDescribeIdentityPoolUsageResult. getIdentityPoolUsage()Information about the usage of the identity pool.IdentityPoolUsageIdentityPoolUsage. withDataStorage(Long dataStorage)Data storage information for the identity pool.IdentityPoolUsageIdentityPoolUsage. withIdentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityPoolUsageIdentityPoolUsage. withLastModifiedDate(Date lastModifiedDate)Date on which the identity pool was last modified.IdentityPoolUsageIdentityPoolUsage. 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 voidDescribeIdentityPoolUsageResult. setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)Information about the usage of the identity pool.DescribeIdentityPoolUsageResultDescribeIdentityPoolUsageResult. withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)Information about the usage of the identity pool.ListIdentityPoolUsageResultListIdentityPoolUsageResult. 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 voidListIdentityPoolUsageResult. setIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)Usage information for the identity pools.ListIdentityPoolUsageResultListIdentityPoolUsageResult. withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)Usage information for the identity pools.
-