Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolClientDescription
Packages that use UserPoolClientDescription
-
Uses of UserPoolClientDescription in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolClientDescriptionModifier and TypeMethodDescriptionUserPoolClientDescription.clone()
UserPoolClientDescription.withClientId
(String clientId) The ID of the client associated with the user pool.UserPoolClientDescription.withClientName
(String clientName) The client name from the user pool client description.UserPoolClientDescription.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to describe the user pool client.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type UserPoolClientDescriptionModifier and TypeMethodDescriptionListUserPoolClientsResult.getUserPoolClients()
The user pool clients in the response that lists user pool clients.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolClientDescriptionModifier and TypeMethodDescriptionListUserPoolClientsResult.withUserPoolClients
(UserPoolClientDescription... userPoolClients) The user pool clients in the response that lists user pool clients.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type UserPoolClientDescriptionModifier and TypeMethodDescriptionvoid
ListUserPoolClientsResult.setUserPoolClients
(Collection<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.