| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
DetectedField.getValue()
The field's value.
|
AttributeValue |
AttributeValue.withB(String b)
A binary value.
|
AttributeValue |
AttributeValue.withBS(Collection<String> bS)
A list of binary values.
|
AttributeValue |
AttributeValue.withBS(String... bS)
A list of binary values.
|
AttributeValue |
AttributeValue.withN(String n)
A number.
|
AttributeValue |
AttributeValue.withNS(Collection<String> nS)
A list of numbers.
|
AttributeValue |
AttributeValue.withNS(String... nS)
A list of numbers.
|
AttributeValue |
AttributeValue.withS(String s)
A string.
|
AttributeValue |
AttributeValue.withSS(Collection<String> sS)
A list of strings.
|
AttributeValue |
AttributeValue.withSS(String... sS)
A list of strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectedField.setValue(AttributeValue value)
The field's value.
|
DetectedField |
DetectedField.withValue(AttributeValue value)
The field's value.
|
Copyright © 2025. All rights reserved.