Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListOutgoingTypedLinksResponse
-
Packages that use ListOutgoingTypedLinksResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of ListOutgoingTypedLinksResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListOutgoingTypedLinksResponse Modifier and Type Method Description default ListOutgoingTypedLinksResponseCloudDirectoryClient. listOutgoingTypedLinks(Consumer<ListOutgoingTypedLinksRequest.Builder> listOutgoingTypedLinksRequest)Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.default ListOutgoingTypedLinksResponseCloudDirectoryClient. listOutgoingTypedLinks(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest)Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListOutgoingTypedLinksResponse Modifier and Type Method 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.
-