| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListOutgoingTypedLinksResult> |
AmazonCloudDirectoryAsync.listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest,
AsyncHandler<ListOutgoingTypedLinksRequest,ListOutgoingTypedLinksResult> asyncHandler)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
Future<ListOutgoingTypedLinksResult> |
AbstractAmazonCloudDirectoryAsync.listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest request,
AsyncHandler<ListOutgoingTypedLinksRequest,ListOutgoingTypedLinksResult> asyncHandler) |
Future<ListOutgoingTypedLinksResult> |
AmazonCloudDirectoryAsyncClient.listOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest request,
AsyncHandler<ListOutgoingTypedLinksRequest,ListOutgoingTypedLinksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.clone() |
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withConsistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withFilterTypedLink(TypedLinkSchemaAndFacetName filterTypedLink)
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are
supplied to any API calls.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withNextToken(String nextToken)
The pagination token.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withObjectReference(ObjectReference objectReference)
A reference that identifies the object whose attributes will be listed.
|
Copyright © 2020. All rights reserved.