Uses of Class
software.amazon.awssdk.services.qconnect.model.RuntimeSessionDataValue
-
Packages that use RuntimeSessionDataValue Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of RuntimeSessionDataValue in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return RuntimeSessionDataValue Modifier and Type Method Description static RuntimeSessionDataValueRuntimeSessionDataValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.RuntimeSessionDataValueRuntimeSessionData. value()The value of the data stored on the session.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type RuntimeSessionDataValue Modifier and Type Method Description RuntimeSessionData.BuilderRuntimeSessionData.Builder. value(RuntimeSessionDataValue value)The value of the data stored on the session.
-