| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkAttributeRange |
TypedLinkAttributeRange.clone() |
TypedLinkAttributeRange |
TypedLinkAttributeRange.withAttributeName(String attributeName)
The unique name of the typed link attribute.
|
TypedLinkAttributeRange |
TypedLinkAttributeRange.withRange(TypedAttributeValueRange range)
The range of attribute values that are being selected.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkAttributeRange> |
BatchListOutgoingTypedLinks.getFilterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
ListOutgoingTypedLinksRequest.getFilterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
ListIncomingTypedLinksRequest.getFilterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
BatchListIncomingTypedLinks.getFilterAttributeRanges()
Provides range filters for multiple attributes.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListIncomingTypedLinksRequest |
ListIncomingTypedLinksRequest.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withFilterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchListOutgoingTypedLinks.setFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
void |
ListOutgoingTypedLinksRequest.setFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
void |
ListIncomingTypedLinksRequest.setFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
void |
BatchListIncomingTypedLinks.setFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListOutgoingTypedLinks |
BatchListOutgoingTypedLinks.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest |
ListOutgoingTypedLinksRequest.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListIncomingTypedLinksRequest |
ListIncomingTypedLinksRequest.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks |
BatchListIncomingTypedLinks.withFilterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
Copyright © 2023. All rights reserved.