Uses of Interface
software.amazon.awssdk.services.cognitosync.model.IdentityPoolUsage.Builder
-
Packages that use IdentityPoolUsage.Builder Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of IdentityPoolUsage.Builder in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return IdentityPoolUsage.Builder Modifier and Type Method Description static IdentityPoolUsage.BuilderIdentityPoolUsage. builder()IdentityPoolUsage.BuilderIdentityPoolUsage.Builder. dataStorage(Long dataStorage)Data storage information for the identity pool.IdentityPoolUsage.BuilderIdentityPoolUsage.Builder. identityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityPoolUsage.BuilderIdentityPoolUsage.Builder. lastModifiedDate(Instant lastModifiedDate)Date on which the identity pool was last modified.IdentityPoolUsage.BuilderIdentityPoolUsage.Builder. syncSessionsCount(Long syncSessionsCount)Number of sync sessions for the identity pool.IdentityPoolUsage.BuilderIdentityPoolUsage. toBuilder()Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type IdentityPoolUsage.Builder Modifier and Type Method Description static Class<? extends IdentityPoolUsage.Builder>IdentityPoolUsage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitosync.model with type arguments of type IdentityPoolUsage.Builder Modifier and Type Method Description default DescribeIdentityPoolUsageResponse.BuilderDescribeIdentityPoolUsageResponse.Builder. identityPoolUsage(Consumer<IdentityPoolUsage.Builder> identityPoolUsage)Information about the usage of the identity pool.
-