| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity |
|
| software.amazon.awssdk.services.cognitoidentity.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIdentityPoolsResponse |
CognitoIdentityClient.listIdentityPools(Consumer<ListIdentityPoolsRequest.Builder> listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
default ListIdentityPoolsResponse |
CognitoIdentityClient.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIdentityPoolsResponse> |
CognitoIdentityAsyncClient.listIdentityPools(Consumer<ListIdentityPoolsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIdentityPoolsResponse> |
ListIdentityPoolsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdentityPoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIdentityPoolsResponse> subscriber) |
Copyright © 2023. All rights reserved.