Uses of Class
com.amazonaws.services.cognitosync.model.IdentityPoolUsage
Packages that use IdentityPoolUsage
-
Uses of IdentityPoolUsage in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return IdentityPoolUsageModifier and TypeMethodDescriptionIdentityPoolUsage.clone()DescribeIdentityPoolUsageResult.getIdentityPoolUsage()Information about the usage of the identity pool.IdentityPoolUsage.withDataStorage(Long dataStorage) Data storage information for the identity pool.IdentityPoolUsage.withIdentityPoolId(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityPoolUsage.withLastModifiedDate(Date lastModifiedDate) Date on which the identity pool was last modified.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 IdentityPoolUsageModifier and TypeMethodDescriptionListIdentityPoolUsageResult.getIdentityPoolUsages()Usage information for the identity pools.Methods in com.amazonaws.services.cognitosync.model with parameters of type IdentityPoolUsageModifier and TypeMethodDescriptionvoidDescribeIdentityPoolUsageResult.setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage) Information about the usage of the identity pool.DescribeIdentityPoolUsageResult.withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage) Information about the usage of the identity pool.ListIdentityPoolUsageResult.withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages) Usage information for the identity pools.Method parameters in com.amazonaws.services.cognitosync.model with type arguments of type IdentityPoolUsageModifier and TypeMethodDescriptionvoidListIdentityPoolUsageResult.setIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages) Usage information for the identity pools.ListIdentityPoolUsageResult.withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages) Usage information for the identity pools.