| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
GetLinkAttributesResult |
AbstractAmazonCloudDirectory.getLinkAttributes(GetLinkAttributesRequest request) |
GetLinkAttributesResult |
AmazonCloudDirectoryClient.getLinkAttributes(GetLinkAttributesRequest request)
Retrieves attributes that are associated with a typed link.
|
GetLinkAttributesResult |
AmazonCloudDirectory.getLinkAttributes(GetLinkAttributesRequest getLinkAttributesRequest)
Retrieves attributes that are associated with a typed link.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLinkAttributesResult> |
AmazonCloudDirectoryAsyncClient.getLinkAttributesAsync(GetLinkAttributesRequest request,
AsyncHandler<GetLinkAttributesRequest,GetLinkAttributesResult> asyncHandler) |
Future<GetLinkAttributesResult> |
AbstractAmazonCloudDirectoryAsync.getLinkAttributesAsync(GetLinkAttributesRequest request,
AsyncHandler<GetLinkAttributesRequest,GetLinkAttributesResult> asyncHandler) |
Future<GetLinkAttributesResult> |
AmazonCloudDirectoryAsync.getLinkAttributesAsync(GetLinkAttributesRequest getLinkAttributesRequest,
AsyncHandler<GetLinkAttributesRequest,GetLinkAttributesResult> asyncHandler)
Retrieves attributes that are associated with a typed link.
|
| Modifier and Type | Method and Description |
|---|---|
GetLinkAttributesResult |
GetLinkAttributesResult.clone() |
GetLinkAttributesResult |
GetLinkAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
GetLinkAttributesResult |
GetLinkAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
Copyright © 2023. All rights reserved.