Uses of Class
software.amazon.awssdk.services.qapps.model.QAppSessionData
-
Packages that use QAppSessionData Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of QAppSessionData in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type QAppSessionData Modifier and Type Method Description List<QAppSessionData>ListQAppSessionDataResponse. sessionData()The collected responses of a Q App session.Methods in software.amazon.awssdk.services.qapps.model with parameters of type QAppSessionData Modifier and Type Method Description ListQAppSessionDataResponse.BuilderListQAppSessionDataResponse.Builder. sessionData(QAppSessionData... sessionData)The collected responses of a Q App session.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type QAppSessionData Modifier and Type Method Description ListQAppSessionDataResponse.BuilderListQAppSessionDataResponse.Builder. sessionData(Collection<QAppSessionData> sessionData)The collected responses of a Q App session.
-