| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
MixedMeasureMapping |
MixedMeasureMapping.clone() |
MixedMeasureMapping |
MixedMeasureMapping.withMeasureName(String measureName)
|
MixedMeasureMapping |
MixedMeasureMapping.withMeasureValueType(MeasureValueType measureValueType)
|
MixedMeasureMapping |
MixedMeasureMapping.withMeasureValueType(String measureValueType)
|
MixedMeasureMapping |
MixedMeasureMapping.withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
|
MixedMeasureMapping |
MixedMeasureMapping.withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
|
MixedMeasureMapping |
MixedMeasureMapping.withSourceColumn(String sourceColumn)
|
MixedMeasureMapping |
MixedMeasureMapping.withTargetMeasureName(String targetMeasureName)
|
| Modifier and Type | Method and Description |
|---|---|
List<MixedMeasureMapping> |
DataModel.getMixedMeasureMappings()
Source to target mappings for measures.
|
| Modifier and Type | Method and Description |
|---|---|
DataModel |
DataModel.withMixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)
Source to target mappings for measures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataModel.setMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Source to target mappings for measures.
|
DataModel |
DataModel.withMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Source to target mappings for measures.
|
Copyright © 2024. All rights reserved.