| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default ListOutgoingTypedLinksResponse |
CloudDirectoryClient.listOutgoingTypedLinks(Consumer<ListOutgoingTypedLinksRequest.Builder> listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
default ListOutgoingTypedLinksResponse |
CloudDirectoryClient.listOutgoingTypedLinks(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOutgoingTypedLinksResponse> |
CloudDirectoryAsyncClient.listOutgoingTypedLinks(Consumer<ListOutgoingTypedLinksRequest.Builder> listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
default CompletableFuture<ListOutgoingTypedLinksResponse> |
CloudDirectoryAsyncClient.listOutgoingTypedLinks(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest)
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
Copyright © 2022. All rights reserved.