| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLinkAttributesResult> |
AmazonCloudDirectoryAsyncClient.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.
|
Future<GetLinkAttributesResult> |
AbstractAmazonCloudDirectoryAsync.getLinkAttributesAsync(GetLinkAttributesRequest request,
AsyncHandler<GetLinkAttributesRequest,GetLinkAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLinkAttributesRequest |
GetLinkAttributesRequest.clone() |
GetLinkAttributesRequest |
GetLinkAttributesRequest.withAttributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withAttributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on a typed link.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
Copyright © 2019. All rights reserved.