| Package | com.esri.aws.services |
| Class | public class KeyValue |
| Property | Defined by | ||
|---|---|---|---|
| key : String
The key, for example, the variable name.
| KeyValue | ||
| value : String
The value, for example, the actual data.
| KeyValue | ||
| Method | Defined by | ||
|---|---|---|---|
|
toString():String
Returns the variable as "key : value".
| KeyValue | ||