| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityPoolUsage.Builder |
IdentityPoolUsage.builder() |
IdentityPoolUsage.Builder |
IdentityPoolUsage.Builder.dataStorage(Long dataStorage)
Data storage information for the identity pool.
|
IdentityPoolUsage.Builder |
IdentityPoolUsage.Builder.identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
IdentityPoolUsage.Builder |
IdentityPoolUsage.Builder.lastModifiedDate(Instant lastModifiedDate)
Date on which the identity pool was last modified.
|
IdentityPoolUsage.Builder |
IdentityPoolUsage.Builder.syncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
IdentityPoolUsage.Builder |
IdentityPoolUsage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentityPoolUsage.Builder> |
IdentityPoolUsage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeIdentityPoolUsageResponse.Builder |
DescribeIdentityPoolUsageResponse.Builder.identityPoolUsage(Consumer<IdentityPoolUsage.Builder> identityPoolUsage)
Information about the usage of the identity pool.
|
Copyright © 2023. All rights reserved.