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