Uses of Class
software.amazon.awssdk.services.cognitosync.model.DescribeIdentityPoolUsageResponse
-
Packages that use DescribeIdentityPoolUsageResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of DescribeIdentityPoolUsageResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return DescribeIdentityPoolUsageResponse Modifier and Type Method Description default DescribeIdentityPoolUsageResponseCognitoSyncClient. describeIdentityPoolUsage(Consumer<DescribeIdentityPoolUsageRequest.Builder> describeIdentityPoolUsageRequest)Gets usage details (for example, data storage) about a particular identity pool.default DescribeIdentityPoolUsageResponseCognitoSyncClient. describeIdentityPoolUsage(DescribeIdentityPoolUsageRequest describeIdentityPoolUsageRequest)Gets usage details (for example, data storage) about a particular identity pool.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type DescribeIdentityPoolUsageResponse Modifier and Type Method Description default CompletableFuture<DescribeIdentityPoolUsageResponse>CognitoSyncAsyncClient. describeIdentityPoolUsage(Consumer<DescribeIdentityPoolUsageRequest.Builder> describeIdentityPoolUsageRequest)Gets usage details (for example, data storage) about a particular identity pool.default CompletableFuture<DescribeIdentityPoolUsageResponse>CognitoSyncAsyncClient. describeIdentityPoolUsage(DescribeIdentityPoolUsageRequest describeIdentityPoolUsageRequest)Gets usage details (for example, data storage) about a particular identity pool.
-