| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.builder() |
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(Consumer<TypedLinkAttributeRange.Builder>... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
default BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterTypedLink(Consumer<TypedLinkSchemaAndFacetName.Builder> 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.Builder |
BatchListOutgoingTypedLinks.Builder.filterTypedLink(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.Builder |
BatchListOutgoingTypedLinks.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.nextToken(String nextToken)
The pagination token.
|
default BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListOutgoingTypedLinks.Builder> |
BatchListOutgoingTypedLinks.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listOutgoingTypedLinks(Consumer<BatchListOutgoingTypedLinks.Builder> listOutgoingTypedLinks)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
Copyright © 2022. All rights reserved.