Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolClientsResult
Packages that use ListUserPoolClientsResult
-
Uses of ListUserPoolClientsResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ListUserPoolClientsResultModifier 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.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type ListUserPoolClientsResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.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 ListUserPoolClientsResultModifier 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 ListUserPoolClientsResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUserPoolClientsResultModifier and TypeMethodDescriptionListUserPoolClientsResult.clone()
ListUserPoolClientsResult.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.ListUserPoolClientsResult.withUserPoolClients
(UserPoolClientDescription... userPoolClients) The user pool clients in the response that lists user pool clients.ListUserPoolClientsResult.withUserPoolClients
(Collection<UserPoolClientDescription> userPoolClients) The user pool clients in the response that lists user pool clients.