| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachTypedLinkResult> |
AmazonCloudDirectoryAsyncClient.attachTypedLinkAsync(AttachTypedLinkRequest request,
AsyncHandler<AttachTypedLinkRequest,AttachTypedLinkResult> asyncHandler) |
Future<AttachTypedLinkResult> |
AmazonCloudDirectoryAsync.attachTypedLinkAsync(AttachTypedLinkRequest attachTypedLinkRequest,
AsyncHandler<AttachTypedLinkRequest,AttachTypedLinkResult> asyncHandler)
Attaches a typed link to a specified source and target object.
|
Future<AttachTypedLinkResult> |
AbstractAmazonCloudDirectoryAsync.attachTypedLinkAsync(AttachTypedLinkRequest request,
AsyncHandler<AttachTypedLinkRequest,AttachTypedLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkRequest |
AttachTypedLinkRequest.clone() |
AttachTypedLinkRequest |
AttachTypedLinkRequest.withAttributes(AttributeNameAndValue... attributes)
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withAttributes(Collection<AttributeNameAndValue> attributes)
A set of attributes that are associated with the typed link.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withSourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withTargetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
AttachTypedLinkRequest |
AttachTypedLinkRequest.withTypedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
Copyright © 2024. All rights reserved.