| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeNameAndValue |
AttributeNameAndValue.clone() |
AttributeNameAndValue |
AttributeNameAndValue.withAttributeName(String attributeName)
The attribute name of the typed link.
|
AttributeNameAndValue |
AttributeNameAndValue.withValue(TypedAttributeValue value)
The value for the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeNameAndValue> |
AttachTypedLinkRequest.getAttributes()
A set of attributes that are associated with the typed link.
|
List<AttributeNameAndValue> |
BatchAttachTypedLink.getAttributes()
A set of attributes that are associated with the typed link.
|
List<AttributeNameAndValue> |
TypedLinkSpecifier.getIdentityAttributeValues()
Identifies the attribute value to update.
|
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withAttributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withAttributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withIdentityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttachTypedLinkRequest.setAttributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
void |
BatchAttachTypedLink.setAttributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
void |
TypedLinkSpecifier.setIdentityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withAttributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withAttributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withIdentityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
Copyright © 2023. All rights reserved.