Uses of Class
software.amazon.awssdk.services.cognitosync.model.IdentityPoolUsage
-
Packages that use IdentityPoolUsage Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of IdentityPoolUsage in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return IdentityPoolUsage Modifier and Type Method Description IdentityPoolUsageDescribeIdentityPoolUsageResponse. identityPoolUsage()Information about the usage of the identity pool.Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type IdentityPoolUsage Modifier and Type Method Description List<IdentityPoolUsage>ListIdentityPoolUsageResponse. identityPoolUsages()Usage information for the identity pools.Methods in software.amazon.awssdk.services.cognitosync.model with parameters of type IdentityPoolUsage Modifier and Type Method Description DescribeIdentityPoolUsageResponse.BuilderDescribeIdentityPoolUsageResponse.Builder. identityPoolUsage(IdentityPoolUsage identityPoolUsage)Information about the usage of the identity pool.ListIdentityPoolUsageResponse.BuilderListIdentityPoolUsageResponse.Builder. identityPoolUsages(IdentityPoolUsage... identityPoolUsages)Usage information for the identity pools.Method parameters in software.amazon.awssdk.services.cognitosync.model with type arguments of type IdentityPoolUsage Modifier and Type Method Description ListIdentityPoolUsageResponse.BuilderListIdentityPoolUsageResponse.Builder. identityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)Usage information for the identity pools.
-