Uses of Class
software.amazon.awssdk.services.qconnect.model.RuntimeSessionDataValue.Type
-
Packages that use RuntimeSessionDataValue.Type Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of RuntimeSessionDataValue.Type in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return RuntimeSessionDataValue.Type Modifier and Type Method Description RuntimeSessionDataValue.TypeRuntimeSessionDataValue. type()Retrieve an enum value representing which member of this object is populated.static RuntimeSessionDataValue.TypeRuntimeSessionDataValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeSessionDataValue.Type[]RuntimeSessionDataValue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-