| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.clone() |
BatchListIncomingTypedLinks |
BatchReadOperation.getListIncomingTypedLinks()
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withFilterTypedLink(TypedLinkSchemaAndFacetName filterTypedLink)
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are
supplied to any API calls.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withNextToken(String nextToken)
The pagination token.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadOperation.setListIncomingTypedLinks(BatchListIncomingTypedLinks listIncomingTypedLinks)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchReadOperation |
BatchReadOperation.withListIncomingTypedLinks(BatchListIncomingTypedLinks listIncomingTypedLinks)
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
Copyright © 2020. All rights reserved.