Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ResultRowValue.Builder
-
Packages that use ResultRowValue.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ResultRowValue.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ResultRowValue.Builder Modifier and Type Method Description static ResultRowValue.BuilderResultRowValue. builder()ResultRowValue.BuilderResultRowValue.Builder. key(String key)The friendly name of the metric whose value is specified by the Value property.ResultRowValue.BuilderResultRowValue. toBuilder()ResultRowValue.BuilderResultRowValue.Builder. type(String type)The data type of the value specified by the Value property.ResultRowValue.BuilderResultRowValue.Builder. value(String value)In a Values object, the value for the metric that the query retrieved data for.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ResultRowValue.Builder Modifier and Type Method Description static Class<? extends ResultRowValue.Builder>ResultRowValue. serializableBuilderClass()
-