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 UserPoolClientDescriptionUserPoolClientDescription. clone()UserPoolClientDescriptionUserPoolClientDescription. withClientId(String clientId)The ID of the client associated with the user pool.UserPoolClientDescriptionUserPoolClientDescription. withClientName(String clientName)The client name from the user pool client description.UserPoolClientDescriptionUserPoolClientDescription. 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 ListUserPoolClientsResultListUserPoolClientsResult. 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 voidListUserPoolClientsResult. setUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)The user pool clients in the response that lists user pool clients.ListUserPoolClientsResultListUserPoolClientsResult. withUserPoolClients(Collection<UserPoolClientDescription> userPoolClients)The user pool clients in the response that lists user pool clients.
-