Uses of Class
software.amazon.awssdk.services.cognitosync.model.ListIdentityPoolUsageResponse
-
Packages that use ListIdentityPoolUsageResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of ListIdentityPoolUsageResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return ListIdentityPoolUsageResponse Modifier and Type Method Description default ListIdentityPoolUsageResponseCognitoSyncClient. listIdentityPoolUsage()Gets a list of identity pools registered with Cognito.default ListIdentityPoolUsageResponseCognitoSyncClient. listIdentityPoolUsage(Consumer<ListIdentityPoolUsageRequest.Builder> listIdentityPoolUsageRequest)Gets a list of identity pools registered with Cognito.default ListIdentityPoolUsageResponseCognitoSyncClient. listIdentityPoolUsage(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest)Gets a list of identity pools registered with Cognito.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type ListIdentityPoolUsageResponse Modifier and Type Method Description default CompletableFuture<ListIdentityPoolUsageResponse>CognitoSyncAsyncClient. listIdentityPoolUsage()Gets a list of identity pools registered with Cognito.default CompletableFuture<ListIdentityPoolUsageResponse>CognitoSyncAsyncClient. listIdentityPoolUsage(Consumer<ListIdentityPoolUsageRequest.Builder> listIdentityPoolUsageRequest)Gets a list of identity pools registered with Cognito.default CompletableFuture<ListIdentityPoolUsageResponse>CognitoSyncAsyncClient. listIdentityPoolUsage(ListIdentityPoolUsageRequest listIdentityPoolUsageRequest)Gets a list of identity pools registered with Cognito.
-