Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolClientDescription
-
Packages that use UserPoolClientDescription Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserPoolClientDescription in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolClientDescription Modifier and Type Method Description UserPoolClientDescription
UserPoolClientDescription. clone()
UserPoolClientDescription
UserPoolClientDescription. withClientId(String clientId)
The ID of the client associated with the user pool.UserPoolClientDescription
UserPoolClientDescription. withClientName(String clientName)
The client name from the user pool client description.UserPoolClientDescription
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 UserPoolClientDescription Modifier and Type Method Description List<UserPoolClientDescription>
ListUserPoolClientsResult. getUserPoolClients()
The user pool clients in the response that lists user pool clients.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolClientDescription Modifier and Type Method Description ListUserPoolClientsResult
ListUserPoolClientsResult. 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 UserPoolClientDescription Modifier and Type Method Description void
ListUserPoolClientsResult. setUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.ListUserPoolClientsResult
ListUserPoolClientsResult. withUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
-