Package | Description |
---|---|
com.amazonaws.services.cognitosync.model |
Classes modeling the various types represented by AmazonCognitoSync.
|
Modifier and Type | Method and Description |
---|---|
IdentityPoolUsage |
IdentityPoolUsage.clone() |
IdentityPoolUsage |
DescribeIdentityPoolUsageResult.getIdentityPoolUsage()
Information about the usage of the identity pool.
|
IdentityPoolUsage |
IdentityPoolUsage.withDataStorage(Long dataStorage)
Data storage information for the identity pool.
|
IdentityPoolUsage |
IdentityPoolUsage.withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
IdentityPoolUsage |
IdentityPoolUsage.withLastModifiedDate(Date lastModifiedDate)
Date on which the identity pool was last modified.
|
IdentityPoolUsage |
IdentityPoolUsage.withSyncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
Modifier and Type | Method and Description |
---|---|
List<IdentityPoolUsage> |
ListIdentityPoolUsageResult.getIdentityPoolUsages()
Usage information for the identity pools.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIdentityPoolUsageResult.setIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.
|
DescribeIdentityPoolUsageResult |
DescribeIdentityPoolUsageResult.withIdentityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.
|
ListIdentityPoolUsageResult |
ListIdentityPoolUsageResult.withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.
|
Modifier and Type | Method and Description |
---|---|
void |
ListIdentityPoolUsageResult.setIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
ListIdentityPoolUsageResult.withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
Copyright © 2015. All rights reserved.