Uses of Class
com.amazonaws.services.cognitosync.model.IdentityUsage
Packages that use IdentityUsage
-
Uses of IdentityUsage in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return IdentityUsageModifier and TypeMethodDescriptionIdentityUsage.clone()DescribeIdentityUsageResult.getIdentityUsage()Usage information for the identity.IdentityUsage.withDatasetCount(Integer datasetCount) Number of datasets for the identity.IdentityUsage.withDataStorage(Long dataStorage) Total data storage for this identity.IdentityUsage.withIdentityId(String identityId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityUsage.withIdentityPoolId(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityUsage.withLastModifiedDate(Date lastModifiedDate) Date on which the identity was last modified.Methods in com.amazonaws.services.cognitosync.model with parameters of type IdentityUsageModifier and TypeMethodDescriptionvoidDescribeIdentityUsageResult.setIdentityUsage(IdentityUsage identityUsage) Usage information for the identity.DescribeIdentityUsageResult.withIdentityUsage(IdentityUsage identityUsage) Usage information for the identity.