Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedAttributeValue
-
Packages that use TypedAttributeValue Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedAttributeValue in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedAttributeValue Modifier and Type Method Description TypedAttributeValueLinkAttributeAction. attributeUpdateValue()The value that you want to update to.TypedAttributeValueFacetAttributeDefinition. defaultValue()The default value of the attribute (if configured).TypedAttributeValueTypedLinkAttributeDefinition. defaultValue()The default value of the attribute (if configured).TypedAttributeValueTypedAttributeValueRange. endValue()The attribute value to terminate the range at.static TypedAttributeValueTypedAttributeValue. fromBinaryValue(SdkBytes binaryValue)Create an instance of this class withbinaryValue()initialized to the given value.static TypedAttributeValueTypedAttributeValue. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static TypedAttributeValueTypedAttributeValue. fromDatetimeValue(Instant datetimeValue)Create an instance of this class withdatetimeValue()initialized to the given value.static TypedAttributeValueTypedAttributeValue. fromNumberValue(String numberValue)Create an instance of this class withnumberValue()initialized to the given value.static TypedAttributeValueTypedAttributeValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.TypedAttributeValueObjectAttributeAction. objectAttributeUpdateValue()The value that you want to update to.TypedAttributeValueTypedAttributeValueRange. startValue()The value to start the range at.TypedAttributeValueAttributeKeyAndValue. value()The value of the attribute.TypedAttributeValueAttributeNameAndValue. value()The value for the typed link.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type TypedAttributeValue Modifier and Type Method Description LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeUpdateValue(TypedAttributeValue attributeUpdateValue)The value that you want to update to.FacetAttributeDefinition.BuilderFacetAttributeDefinition.Builder. defaultValue(TypedAttributeValue defaultValue)The default value of the attribute (if configured).TypedLinkAttributeDefinition.BuilderTypedLinkAttributeDefinition.Builder. defaultValue(TypedAttributeValue defaultValue)The default value of the attribute (if configured).TypedAttributeValueRange.BuilderTypedAttributeValueRange.Builder. endValue(TypedAttributeValue endValue)The attribute value to terminate the range at.ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)The value that you want to update to.TypedAttributeValueRange.BuilderTypedAttributeValueRange.Builder. startValue(TypedAttributeValue startValue)The value to start the range at.AttributeKeyAndValue.BuilderAttributeKeyAndValue.Builder. value(TypedAttributeValue value)The value of the attribute.AttributeNameAndValue.BuilderAttributeNameAndValue.Builder. value(TypedAttributeValue value)The value for the typed link.
-