Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolClientsRequest
Packages that use ListUserPoolClientsRequest
-
Uses of ListUserPoolClientsRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ListUserPoolClientsRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.listUserPoolClients(ListUserPoolClientsRequest request) AWSCognitoIdentityProvider.listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest) Lists the clients that have been created for the specified user pool.AWSCognitoIdentityProviderClient.listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest) Lists the clients that have been created for the specified user pool.AbstractAWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest request) AbstractAWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest request, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest listUserPoolClientsRequest) Lists the clients that have been created for the specified user pool.AWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest listUserPoolClientsRequest, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) Lists the clients that have been created for the specified user pool.AWSCognitoIdentityProviderAsyncClient.listUserPoolClientsAsync(ListUserPoolClientsRequest request) AWSCognitoIdentityProviderAsyncClient.listUserPoolClientsAsync(ListUserPoolClientsRequest request, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ListUserPoolClientsRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest request, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest listUserPoolClientsRequest, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) Lists the clients that have been created for the specified user pool.AWSCognitoIdentityProviderAsyncClient.listUserPoolClientsAsync(ListUserPoolClientsRequest request, AsyncHandler<ListUserPoolClientsRequest, ListUserPoolClientsResult> asyncHandler) -
Uses of ListUserPoolClientsRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUserPoolClientsRequestModifier and TypeMethodDescriptionListUserPoolClientsRequest.clone()ListUserPoolClientsRequest.withMaxResults(Integer maxResults) The maximum number of results you want the request to return when listing the user pool clients.ListUserPoolClientsRequest.withNextToken(String nextToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListUserPoolClientsRequest.withUserPoolId(String userPoolId) The user pool ID for the user pool where you want to list user pool clients.