| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAttachTypedLink |
BatchAttachTypedLink.clone() |
BatchAttachTypedLink |
BatchWriteOperation.getAttachTypedLink()
Attaches a typed link to a specified source and target object.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withAttributes(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.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withSourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withTargetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink |
BatchAttachTypedLink.withTypedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperation.setAttachTypedLink(BatchAttachTypedLink attachTypedLink)
Attaches a typed link to a specified source and target object.
|
BatchWriteOperation |
BatchWriteOperation.withAttachTypedLink(BatchAttachTypedLink attachTypedLink)
Attaches a typed link to a specified source and target object.
|
Copyright © 2025. All rights reserved.