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 IdentityUsage
IdentityUsage. clone()
IdentityUsage
DescribeIdentityUsageResult. getIdentityUsage()
Usage information for the identity.IdentityUsage
IdentityUsage. withDatasetCount(Integer datasetCount)
Number of datasets for the identity.IdentityUsage
IdentityUsage. withDataStorage(Long dataStorage)
Total data storage for this identity.IdentityUsage
IdentityUsage. withIdentityId(String identityId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityUsage
IdentityUsage. withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityUsage
IdentityUsage. 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 void
DescribeIdentityUsageResult. setIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.DescribeIdentityUsageResult
DescribeIdentityUsageResult. withIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.
-