Java com.amazonaws.services.dynamodbv2.document.utils ValueMap fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.document.utils ValueMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.document.utils ValueMap.

The text is from its open source code.

Constructor

Method

ValueMapwith(String key, Object val)
Sets the value of the specified key to the given value.
ValueMapwithMap(String key, Map val)
Sets the value of the specified key in the current ValueMap to the given value.
ValueMapwithString(String key, String val)
Sets the value of the specified key in the current ValueMap to the given value.