| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultRowValue.Builder |
ResultRowValue.builder() |
ResultRowValue.Builder |
ResultRowValue.Builder.key(String key)
The friendly name of the metric whose value is specified by the Value property.
|
ResultRowValue.Builder |
ResultRowValue.toBuilder() |
ResultRowValue.Builder |
ResultRowValue.Builder.type(String type)
The data type of the value specified by the Value property.
|
ResultRowValue.Builder |
ResultRowValue.Builder.value(String value)
In a Values object, the value for the metric that the query retrieved data for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResultRowValue.Builder> |
ResultRowValue.serializableBuilderClass() |
Copyright © 2019. All rights reserved.