| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity.model | |
| software.amazon.awssdk.services.cognitoidentity.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityPoolShortDescription> |
ListIdentityPoolsResponse.identityPools()
The identity pools returned by the ListIdentityPools action.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolsResponse.Builder |
ListIdentityPoolsResponse.Builder.identityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolsResponse.Builder |
ListIdentityPoolsResponse.Builder.identityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<IdentityPoolShortDescription> |
ListIdentityPoolsPublisher.identityPools()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<IdentityPoolShortDescription> |
ListIdentityPoolsIterable.identityPools()
Returns an iterable to iterate through the paginated
ListIdentityPoolsResponse.identityPools() member. |
Copyright © 2023. All rights reserved.