| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkSpecifier |
TypedLinkSpecifier.clone() |
TypedLinkSpecifier |
AttachTypedLinkResult.getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
TypedLinkSpecifier |
DetachTypedLinkRequest.getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withIdentityAttributeValues(AttributeNameAndValue... identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withIdentityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)
Identifies the attribute value to update.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withSourceObjectReference(ObjectReference sourceObjectReference)
Identifies the source object that the typed link will attach to.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withTargetObjectReference(ObjectReference targetObjectReference)
Identifies the target object that the typed link will attach to.
|
TypedLinkSpecifier |
TypedLinkSpecifier.withTypedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet)
Identifies the typed link facet that is associated with the typed link.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkSpecifier> |
ListIncomingTypedLinksResult.getLinkSpecifiers()
Returns a typed link specifier as output.
|
List<TypedLinkSpecifier> |
ListOutgoingTypedLinksResult.getTypedLinkSpecifiers()
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttachTypedLinkResult.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
void |
DetachTypedLinkRequest.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
ListIncomingTypedLinksResult |
ListIncomingTypedLinksResult.withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns a typed link specifier as output.
|
AttachTypedLinkResult |
AttachTypedLinkResult.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
DetachTypedLinkRequest |
DetachTypedLinkRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
ListOutgoingTypedLinksResult |
ListOutgoingTypedLinksResult.withTypedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIncomingTypedLinksResult.setLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns a typed link specifier as output.
|
void |
ListOutgoingTypedLinksResult.setTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
ListIncomingTypedLinksResult |
ListIncomingTypedLinksResult.withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns a typed link specifier as output.
|
ListOutgoingTypedLinksResult |
ListOutgoingTypedLinksResult.withTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
Copyright © 2017. All rights reserved.