| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.clone() |
BatchListOutgoingTypedLinks |
BatchReadOperation.getListOutgoingTypedLinks()
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.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.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withNextToken(String nextToken)
The pagination token.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadOperation.setListOutgoingTypedLinks(BatchListOutgoingTypedLinks listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchReadOperation |
BatchReadOperation.withListOutgoingTypedLinks(BatchListOutgoingTypedLinks listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
Copyright © 2022. All rights reserved.