| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedAttributeValue |
TypedAttributeValue.clone() |
TypedAttributeValue |
LinkAttributeAction.getAttributeUpdateValue()
The value that you want to update to.
|
TypedAttributeValue |
FacetAttributeDefinition.getDefaultValue()
The default value of the attribute (if configured).
|
TypedAttributeValue |
TypedLinkAttributeDefinition.getDefaultValue()
The default value of the attribute (if configured).
|
TypedAttributeValue |
TypedAttributeValueRange.getEndValue()
The attribute value to terminate the range at.
|
TypedAttributeValue |
ObjectAttributeAction.getObjectAttributeUpdateValue()
The value that you want to update to.
|
TypedAttributeValue |
TypedAttributeValueRange.getStartValue()
The value to start the range at.
|
TypedAttributeValue |
AttributeNameAndValue.getValue()
The value for the typed link.
|
TypedAttributeValue |
AttributeKeyAndValue.getValue()
The value of the attribute.
|
TypedAttributeValue |
TypedAttributeValue.withBinaryValue(ByteBuffer binaryValue)
A binary data value.
|
TypedAttributeValue |
TypedAttributeValue.withBooleanValue(Boolean booleanValue)
A Boolean data value.
|
TypedAttributeValue |
TypedAttributeValue.withDatetimeValue(Date datetimeValue)
A date and time value.
|
TypedAttributeValue |
TypedAttributeValue.withNumberValue(String numberValue)
A number data value.
|
TypedAttributeValue |
TypedAttributeValue.withStringValue(String stringValue)
A string data value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkAttributeAction.setAttributeUpdateValue(TypedAttributeValue attributeUpdateValue)
The value that you want to update to.
|
void |
FacetAttributeDefinition.setDefaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
void |
TypedLinkAttributeDefinition.setDefaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
void |
TypedAttributeValueRange.setEndValue(TypedAttributeValue endValue)
The attribute value to terminate the range at.
|
void |
ObjectAttributeAction.setObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
void |
TypedAttributeValueRange.setStartValue(TypedAttributeValue startValue)
The value to start the range at.
|
void |
AttributeNameAndValue.setValue(TypedAttributeValue value)
The value for the typed link.
|
void |
AttributeKeyAndValue.setValue(TypedAttributeValue value)
The value of the attribute.
|
LinkAttributeAction |
LinkAttributeAction.withAttributeUpdateValue(TypedAttributeValue attributeUpdateValue)
The value that you want to update to.
|
FacetAttributeDefinition |
FacetAttributeDefinition.withDefaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withDefaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
TypedAttributeValueRange |
TypedAttributeValueRange.withEndValue(TypedAttributeValue endValue)
The attribute value to terminate the range at.
|
ObjectAttributeAction |
ObjectAttributeAction.withObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withStartValue(TypedAttributeValue startValue)
The value to start the range at.
|
AttributeNameAndValue |
AttributeNameAndValue.withValue(TypedAttributeValue value)
The value for the typed link.
|
AttributeKeyAndValue |
AttributeKeyAndValue.withValue(TypedAttributeValue value)
The value of the attribute.
|
Copyright © 2024. All rights reserved.