| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkAttributeDefinition |
TypedLinkFacetAttributeUpdate.attribute()
The attribute to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkAttributeDefinition> |
ListTypedLinkFacetAttributesResponse.attributes()
An ordered set of attributes associate with the typed link.
|
List<TypedLinkAttributeDefinition> |
TypedLinkFacet.attributes()
A set of key-value pairs associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
TypedLinkFacetAttributeUpdate.Builder |
TypedLinkFacetAttributeUpdate.Builder.attribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
|
ListTypedLinkFacetAttributesResponse.Builder |
ListTypedLinkFacetAttributesResponse.Builder.attributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.attributes(TypedLinkAttributeDefinition... attributes)
A set of key-value pairs associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
ListTypedLinkFacetAttributesResponse.Builder |
ListTypedLinkFacetAttributesResponse.Builder.attributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
TypedLinkFacet.Builder |
TypedLinkFacet.Builder.attributes(Collection<TypedLinkAttributeDefinition> attributes)
A set of key-value pairs associated with the typed link.
|
Copyright © 2022. All rights reserved.