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