Uses of Class
com.amazonaws.services.cognitosync.model.ListIdentityPoolUsageResult
Packages that use ListIdentityPoolUsageResult
-
Uses of ListIdentityPoolUsageResult in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync that return ListIdentityPoolUsageResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSync.listIdentityPoolUsage(ListIdentityPoolUsageRequest request) AmazonCognitoSync.listIdentityPoolUsage(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest) Gets a list of identity pools registered with Cognito.AmazonCognitoSyncClient.listIdentityPoolUsage(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest) Gets a list of identity pools registered with Cognito.Methods in com.amazonaws.services.cognitosync that return types with arguments of type ListIdentityPoolUsageResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request) AbstractAmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) AmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest) Gets a list of identity pools registered with Cognito.AmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) Gets a list of identity pools registered with Cognito.AmazonCognitoSyncAsyncClient.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request) AmazonCognitoSyncAsyncClient.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) Method parameters in com.amazonaws.services.cognitosync with type arguments of type ListIdentityPoolUsageResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) AmazonCognitoSyncAsync.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) Gets a list of identity pools registered with Cognito.AmazonCognitoSyncAsyncClient.listIdentityPoolUsageAsync(ListIdentityPoolUsageRequest request, AsyncHandler<ListIdentityPoolUsageRequest, ListIdentityPoolUsageResult> asyncHandler) -
Uses of ListIdentityPoolUsageResult in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return ListIdentityPoolUsageResultModifier and TypeMethodDescriptionListIdentityPoolUsageResult.clone()Total number of identities for the identity pool.ListIdentityPoolUsageResult.withIdentityPoolUsages(IdentityPoolUsage... identityPoolUsages) Usage information for the identity pools.ListIdentityPoolUsageResult.withIdentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages) Usage information for the identity pools.ListIdentityPoolUsageResult.withMaxResults(Integer maxResults) The maximum number of results to be returned.ListIdentityPoolUsageResult.withNextToken(String nextToken) A pagination token for obtaining the next page of results.