Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private IdentityPoolUsage |
DescribeIdentityPoolUsageResult.identityPoolUsage
Information about the usage of the identity pool.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IdentityPoolUsage> |
ListIdentityPoolUsageResult.identityPoolUsages
Usage information for the identity pools.
|
Modifier and Type | Method and Description |
---|---|
IdentityPoolUsage |
IdentityPoolUsage.clone() |
IdentityPoolUsage |
DescribeIdentityPoolUsageResult.getIdentityPoolUsage()
Information about the usage of the identity pool.
|
IdentityPoolUsage |
IdentityPoolUsage.withDataStorage(java.lang.Long dataStorage)
Data storage information for the identity pool.
|
IdentityPoolUsage |
IdentityPoolUsage.withIdentityPoolId(java.lang.String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
IdentityPoolUsage |
IdentityPoolUsage.withLastModifiedDate(java.util.Date lastModifiedDate)
Date on which the identity pool was last modified.
|
IdentityPoolUsage |
IdentityPoolUsage.withSyncSessionsCount(java.lang.Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResult |
ListIdentityPoolUsageResult.withIdentityPoolUsages(java.util.Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
Modifier and Type | Method and Description |
---|---|
IdentityPoolUsage |
IdentityPoolUsageJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityPoolUsageJsonMarshaller.marshall(IdentityPoolUsage identityPoolUsage,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|