| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkSpecifier |
TypedLinkSpecifier.clone() |
TypedLinkSpecifier |
BatchAttachTypedLinkResponse.getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
TypedLinkSpecifier |
BatchDetachTypedLink.getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
|
TypedLinkSpecifier |
DetachTypedLinkRequest.getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
|
TypedLinkSpecifier |
BatchGetLinkAttributes.getTypedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
GetLinkAttributesRequest.getTypedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
BatchUpdateLinkAttributes.getTypedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
AttachTypedLinkResult.getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
TypedLinkSpecifier |
UpdateLinkAttributesRequest.getTypedLinkSpecifier()
Allows a typed link specifier to be accepted 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 one or more typed link specifiers as output.
|
List<TypedLinkSpecifier> |
BatchListIncomingTypedLinksResponse.getLinkSpecifiers()
Returns one or more typed link specifiers as output.
|
List<TypedLinkSpecifier> |
ListOutgoingTypedLinksResult.getTypedLinkSpecifiers()
Returns a typed link specifier as output.
|
List<TypedLinkSpecifier> |
BatchListOutgoingTypedLinksResponse.getTypedLinkSpecifiers()
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAttachTypedLinkResponse.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
void |
BatchDetachTypedLink.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
void |
DetachTypedLinkRequest.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
void |
BatchGetLinkAttributes.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
void |
GetLinkAttributesRequest.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
void |
BatchUpdateLinkAttributes.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
void |
AttachTypedLinkResult.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
void |
UpdateLinkAttributesRequest.setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
ListIncomingTypedLinksResult |
ListIncomingTypedLinksResult.withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse |
BatchListIncomingTypedLinksResponse.withLinkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchAttachTypedLinkResponse |
BatchAttachTypedLinkResponse.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
BatchDetachTypedLink |
BatchDetachTypedLink.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
DetachTypedLinkRequest |
DetachTypedLinkRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
BatchGetLinkAttributes |
BatchGetLinkAttributes.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
GetLinkAttributesRequest |
GetLinkAttributesRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchUpdateLinkAttributes |
BatchUpdateLinkAttributes.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
AttachTypedLinkResult |
AttachTypedLinkResult.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
ListOutgoingTypedLinksResult |
ListOutgoingTypedLinksResult.withTypedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse |
BatchListOutgoingTypedLinksResponse.withTypedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIncomingTypedLinksResult.setLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
void |
BatchListIncomingTypedLinksResponse.setLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
void |
ListOutgoingTypedLinksResult.setTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
void |
BatchListOutgoingTypedLinksResponse.setTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
ListIncomingTypedLinksResult |
ListIncomingTypedLinksResult.withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse |
BatchListIncomingTypedLinksResponse.withLinkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListOutgoingTypedLinksResult |
ListOutgoingTypedLinksResult.withTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse |
BatchListOutgoingTypedLinksResponse.withTypedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
Copyright © 2023. All rights reserved.