Uses of Interface
software.amazon.awssdk.services.qconnect.model.RuntimeSessionDataValue.Builder
-
Packages that use RuntimeSessionDataValue.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of RuntimeSessionDataValue.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return RuntimeSessionDataValue.Builder Modifier and Type Method Description static RuntimeSessionDataValue.BuilderRuntimeSessionDataValue. builder()RuntimeSessionDataValue.BuilderRuntimeSessionDataValue.Builder. stringValue(String stringValue)The string value of the data stored on the session.RuntimeSessionDataValue.BuilderRuntimeSessionDataValue. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type RuntimeSessionDataValue.Builder Modifier and Type Method Description static Class<? extends RuntimeSessionDataValue.Builder>RuntimeSessionDataValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type RuntimeSessionDataValue.Builder Modifier and Type Method Description default RuntimeSessionData.BuilderRuntimeSessionData.Builder. value(Consumer<RuntimeSessionDataValue.Builder> value)The value of the data stored on the session.
-