| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLinkAttributesResult> |
AbstractAmazonCloudDirectoryAsync.updateLinkAttributesAsync(UpdateLinkAttributesRequest request,
AsyncHandler<UpdateLinkAttributesRequest,UpdateLinkAttributesResult> asyncHandler) |
Future<UpdateLinkAttributesResult> |
AmazonCloudDirectoryAsyncClient.updateLinkAttributesAsync(UpdateLinkAttributesRequest request,
AsyncHandler<UpdateLinkAttributesRequest,UpdateLinkAttributesResult> asyncHandler) |
Future<UpdateLinkAttributesResult> |
AmazonCloudDirectoryAsync.updateLinkAttributesAsync(UpdateLinkAttributesRequest updateLinkAttributesRequest,
AsyncHandler<UpdateLinkAttributesRequest,UpdateLinkAttributesResult> asyncHandler)
Updates a given typed link’s attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.clone() |
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withAttributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
Copyright © 2021. All rights reserved.