Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.ListIdentityPoolsResponse
-
Packages that use ListIdentityPoolsResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.paginators -
-
Uses of ListIdentityPoolsResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return ListIdentityPoolsResponse Modifier and Type Method Description default ListIdentityPoolsResponseCognitoIdentityClient. listIdentityPools(Consumer<ListIdentityPoolsRequest.Builder> listIdentityPoolsRequest)Lists all of the Cognito identity pools registered for your account.default ListIdentityPoolsResponseCognitoIdentityClient. listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)Lists all of the Cognito identity pools registered for your account.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type ListIdentityPoolsResponse Modifier and Type Method 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. -
Uses of ListIdentityPoolsResponse in software.amazon.awssdk.services.cognitoidentity.paginators
Methods in software.amazon.awssdk.services.cognitoidentity.paginators that return types with arguments of type ListIdentityPoolsResponse Modifier and Type Method Description Iterator<ListIdentityPoolsResponse>ListIdentityPoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentity.paginators with type arguments of type ListIdentityPoolsResponse Modifier and Type Method Description voidListIdentityPoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdentityPoolsResponse> subscriber)
-