| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeNameAndValue> |
AttachTypedLinkRequest.attributes()
A set of attributes that are associated with the typed link.
|
List<AttributeNameAndValue> |
BatchAttachTypedLink.attributes()
A set of attributes that are associated with the typed link.
|
List<AttributeNameAndValue> |
TypedLinkSpecifier.identityAttributeValues()
Identifies the attribute value to update.
|
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.identityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
|
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkRequest.Builder |
AttachTypedLinkRequest.Builder.attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
TypedLinkSpecifier.Builder |
TypedLinkSpecifier.Builder.identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
Copyright © 2022. All rights reserved.