| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| software.amazon.awssdk.services.cognitoidentity.paginators | |
| software.amazon.awssdk.services.cognitoidentity.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListIdentityPoolsResponse |
CognitoIdentityClient.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default CompletableFuture<ListIdentityPoolsResponse> |
CognitoIdentityAsyncClient.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsIterable |
CognitoIdentityClient.listIdentityPoolsPaginator(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsPublisher |
CognitoIdentityAsyncClient.listIdentityPoolsPaginator(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
| Constructor and Description |
|---|
ListIdentityPoolsIterable(CognitoIdentityClient client,
ListIdentityPoolsRequest firstRequest) |
ListIdentityPoolsPublisher(CognitoIdentityAsyncClient client,
ListIdentityPoolsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListIdentityPoolsRequestMarshaller.marshall(ListIdentityPoolsRequest listIdentityPoolsRequest) |
Copyright © 2023. All rights reserved.