| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkAttributeRange> |
BatchListOutgoingTypedLinks.filterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
ListOutgoingTypedLinksRequest.filterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
ListIncomingTypedLinksRequest.filterAttributeRanges()
Provides range filters for multiple attributes.
|
List<TypedLinkAttributeRange> |
BatchListIncomingTypedLinks.filterAttributeRanges()
Provides range filters for multiple attributes.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest.Builder |
ListOutgoingTypedLinksRequest.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListIncomingTypedLinksRequest.Builder |
ListIncomingTypedLinksRequest.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks.Builder |
BatchListIncomingTypedLinks.Builder.filterAttributeRanges(TypedLinkAttributeRange... filterAttributeRanges)
Provides range filters for multiple attributes.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinks.Builder |
BatchListOutgoingTypedLinks.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListOutgoingTypedLinksRequest.Builder |
ListOutgoingTypedLinksRequest.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
ListIncomingTypedLinksRequest.Builder |
ListIncomingTypedLinksRequest.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
BatchListIncomingTypedLinks.Builder |
BatchListIncomingTypedLinks.Builder.filterAttributeRanges(Collection<TypedLinkAttributeRange> filterAttributeRanges)
Provides range filters for multiple attributes.
|
Copyright © 2022. All rights reserved.