| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedAttributeValue |
LinkAttributeAction.attributeUpdateValue()
The value that you want to update to.
|
TypedAttributeValue |
TypedLinkAttributeDefinition.defaultValue()
The default value of the attribute (if configured).
|
TypedAttributeValue |
FacetAttributeDefinition.defaultValue()
The default value of the attribute (if configured).
|
TypedAttributeValue |
TypedAttributeValueRange.endValue()
The attribute value to terminate the range at.
|
static TypedAttributeValue |
TypedAttributeValue.fromBinaryValue(SdkBytes binaryValue)
Create an instance of this class with
binaryValue() initialized to the given value. |
static TypedAttributeValue |
TypedAttributeValue.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static TypedAttributeValue |
TypedAttributeValue.fromDatetimeValue(Instant datetimeValue)
Create an instance of this class with
datetimeValue() initialized to the given value. |
static TypedAttributeValue |
TypedAttributeValue.fromNumberValue(String numberValue)
Create an instance of this class with
numberValue() initialized to the given value. |
static TypedAttributeValue |
TypedAttributeValue.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
TypedAttributeValue |
ObjectAttributeAction.objectAttributeUpdateValue()
The value that you want to update to.
|
TypedAttributeValue |
TypedAttributeValueRange.startValue()
The value to start the range at.
|
TypedAttributeValue |
AttributeKeyAndValue.value()
The value of the attribute.
|
TypedAttributeValue |
AttributeNameAndValue.value()
The value for the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeUpdateValue(TypedAttributeValue attributeUpdateValue)
The value that you want to update to.
|
TypedLinkAttributeDefinition.Builder |
TypedLinkAttributeDefinition.Builder.defaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
FacetAttributeDefinition.Builder |
FacetAttributeDefinition.Builder.defaultValue(TypedAttributeValue defaultValue)
The default value of the attribute (if configured).
|
TypedAttributeValueRange.Builder |
TypedAttributeValueRange.Builder.endValue(TypedAttributeValue endValue)
The attribute value to terminate the range at.
|
ObjectAttributeAction.Builder |
ObjectAttributeAction.Builder.objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
TypedAttributeValueRange.Builder |
TypedAttributeValueRange.Builder.startValue(TypedAttributeValue startValue)
The value to start the range at.
|
AttributeKeyAndValue.Builder |
AttributeKeyAndValue.Builder.value(TypedAttributeValue value)
The value of the attribute.
|
AttributeNameAndValue.Builder |
AttributeNameAndValue.Builder.value(TypedAttributeValue value)
The value for the typed link.
|
Copyright © 2022. All rights reserved.