Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolClientsResponse
-
Packages that use ListUserPoolClientsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of ListUserPoolClientsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUserPoolClientsResponse Modifier and Type Method Description default ListUserPoolClientsResponseCognitoIdentityProviderClient. listUserPoolClients(Consumer<ListUserPoolClientsRequest.Builder> listUserPoolClientsRequest)Lists the clients that have been created for the specified user pool.default ListUserPoolClientsResponseCognitoIdentityProviderClient. listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest)Lists the clients that have been created for the specified user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUserPoolClientsResponse Modifier and Type Method Description default CompletableFuture<ListUserPoolClientsResponse>CognitoIdentityProviderAsyncClient. listUserPoolClients(Consumer<ListUserPoolClientsRequest.Builder> listUserPoolClientsRequest)Lists the clients that have been created for the specified user pool.default CompletableFuture<ListUserPoolClientsResponse>CognitoIdentityProviderAsyncClient. listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest)Lists the clients that have been created for the specified user pool. -
Uses of ListUserPoolClientsResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUserPoolClientsResponse Modifier and Type Method Description Iterator<ListUserPoolClientsResponse>ListUserPoolClientsIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUserPoolClientsResponse Modifier and Type Method Description voidListUserPoolClientsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserPoolClientsResponse> subscriber)
-