| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
TypedLinkSpecifier |
AttachTypedLinkResponse.typedLinkSpecifier()
Returns a typed link specifier as output.
|
TypedLinkSpecifier |
GetLinkAttributesRequest.typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
BatchDetachTypedLink.typedLinkSpecifier()
Used to accept a typed link specifier as input.
|
TypedLinkSpecifier |
BatchUpdateLinkAttributes.typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
BatchGetLinkAttributes.typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
UpdateLinkAttributesRequest.typedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
TypedLinkSpecifier |
BatchAttachTypedLinkResponse.typedLinkSpecifier()
Returns a typed link specifier as output.
|
TypedLinkSpecifier |
DetachTypedLinkRequest.typedLinkSpecifier()
Used to accept a typed link specifier as input.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypedLinkSpecifier> |
BatchListIncomingTypedLinksResponse.linkSpecifiers()
Returns one or more typed link specifiers as output.
|
List<TypedLinkSpecifier> |
ListIncomingTypedLinksResponse.linkSpecifiers()
Returns one or more typed link specifiers as output.
|
List<TypedLinkSpecifier> |
ListOutgoingTypedLinksResponse.typedLinkSpecifiers()
Returns a typed link specifier as output.
|
List<TypedLinkSpecifier> |
BatchListOutgoingTypedLinksResponse.typedLinkSpecifiers()
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListIncomingTypedLinksResponse.Builder |
BatchListIncomingTypedLinksResponse.Builder.linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListIncomingTypedLinksResponse.Builder |
ListIncomingTypedLinksResponse.Builder.linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
AttachTypedLinkResponse.Builder |
AttachTypedLinkResponse.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
GetLinkAttributesRequest.Builder |
GetLinkAttributesRequest.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchDetachTypedLink.Builder |
BatchDetachTypedLink.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
BatchUpdateLinkAttributes.Builder |
BatchUpdateLinkAttributes.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchGetLinkAttributes.Builder |
BatchGetLinkAttributes.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
UpdateLinkAttributesRequest.Builder |
UpdateLinkAttributesRequest.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
BatchAttachTypedLinkResponse.Builder |
BatchAttachTypedLinkResponse.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
DetachTypedLinkRequest.Builder |
DetachTypedLinkRequest.Builder.typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
ListOutgoingTypedLinksResponse.Builder |
ListOutgoingTypedLinksResponse.Builder.typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse.Builder |
BatchListOutgoingTypedLinksResponse.Builder.typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListIncomingTypedLinksResponse.Builder |
BatchListIncomingTypedLinksResponse.Builder.linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListIncomingTypedLinksResponse.Builder |
ListIncomingTypedLinksResponse.Builder.linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
ListOutgoingTypedLinksResponse.Builder |
ListOutgoingTypedLinksResponse.Builder.typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse.Builder |
BatchListOutgoingTypedLinksResponse.Builder.typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
Copyright © 2022. All rights reserved.