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