| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkFacet |
TypedLinkFacet.clone() |
TypedLinkFacet |
CreateTypedLinkFacetRequest.getFacet()
Facet structure that is associated with the typed link facet.
|
TypedLinkFacet |
TypedLinkFacet.withAttributes(Collection<TypedLinkAttributeDefinition> attributes)
A set of key-value pairs associated with the typed link.
|
TypedLinkFacet |
TypedLinkFacet.withAttributes(TypedLinkAttributeDefinition... attributes)
A set of key-value pairs associated with the typed link.
|
TypedLinkFacet |
TypedLinkFacet.withIdentityAttributeOrder(Collection<String> identityAttributeOrder)
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
|
TypedLinkFacet |
TypedLinkFacet.withIdentityAttributeOrder(String... identityAttributeOrder)
The set of attributes that distinguish links made from this facet from each other, in the order of significance.
|
TypedLinkFacet |
TypedLinkFacet.withName(String name)
The unique name of the typed link facet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTypedLinkFacetRequest.setFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
|
CreateTypedLinkFacetRequest |
CreateTypedLinkFacetRequest.withFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
|
Copyright © 2017. All rights reserved.