Package | Description |
---|---|
com.amazonaws.services.cognitosync.model | |
com.amazonaws.services.cognitosync.model.transform |
Modifier and Type | Field and Description |
---|---|
private IdentityUsage |
DescribeIdentityUsageResult.identityUsage
Usage information for the identity.
|
Modifier and Type | Method and Description |
---|---|
IdentityUsage |
IdentityUsage.clone() |
IdentityUsage |
DescribeIdentityUsageResult.getIdentityUsage()
Usage information for the identity.
|
IdentityUsage |
IdentityUsage.withDatasetCount(java.lang.Integer datasetCount)
Number of datasets for the identity.
|
IdentityUsage |
IdentityUsage.withDataStorage(java.lang.Long dataStorage)
Total data storage for this identity.
|
IdentityUsage |
IdentityUsage.withIdentityId(java.lang.String identityId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
IdentityUsage |
IdentityUsage.withIdentityPoolId(java.lang.String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
IdentityUsage |
IdentityUsage.withLastModifiedDate(java.util.Date lastModifiedDate)
Date on which the identity was last modified.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIdentityUsageResult.setIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.
|
DescribeIdentityUsageResult |
DescribeIdentityUsageResult.withIdentityUsage(IdentityUsage identityUsage)
Usage information for the identity.
|
Modifier and Type | Method and Description |
---|---|
IdentityUsage |
IdentityUsageJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityUsageJsonMarshaller.marshall(IdentityUsage identityUsage,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|