Uses of Class
software.amazon.awssdk.services.cognitoidentity.paginators.ListIdentityPoolsPublisher
-
Packages that use ListIdentityPoolsPublisher Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of ListIdentityPoolsPublisher in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return ListIdentityPoolsPublisher Modifier and Type Method Description default ListIdentityPoolsPublisherCognitoIdentityAsyncClient. listIdentityPoolsPaginator(Consumer<ListIdentityPoolsRequest.Builder> listIdentityPoolsRequest)Lists all of the Cognito identity pools registered for your account.default ListIdentityPoolsPublisherCognitoIdentityAsyncClient. listIdentityPoolsPaginator(ListIdentityPoolsRequest listIdentityPoolsRequest)Lists all of the Cognito identity pools registered for your account.
-