Uses of Class
software.amazon.awssdk.services.qapps.model.CardValue
-
Packages that use CardValue Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CardValue in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CardValue Modifier and Type Method Description List<CardValue>StartQAppSessionRequest. initialValues()Optional initial input values to provide for the Q App session.List<CardValue>UpdateQAppSessionRequest. values()The input values to provide for the current state of the Q App session.Methods in software.amazon.awssdk.services.qapps.model with parameters of type CardValue Modifier and Type Method Description StartQAppSessionRequest.BuilderStartQAppSessionRequest.Builder. initialValues(CardValue... initialValues)Optional initial input values to provide for the Q App session.UpdateQAppSessionRequest.BuilderUpdateQAppSessionRequest.Builder. values(CardValue... values)The input values to provide for the current state of the Q App session.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type CardValue Modifier and Type Method Description StartQAppSessionRequest.BuilderStartQAppSessionRequest.Builder. initialValues(Collection<CardValue> initialValues)Optional initial input values to provide for the Q App session.UpdateQAppSessionRequest.BuilderUpdateQAppSessionRequest.Builder. values(Collection<CardValue> values)The input values to provide for the current state of the Q App session.
-