Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListOutgoingTypedLinksRequest
-
Packages that use ListOutgoingTypedLinksRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ListOutgoingTypedLinksRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ListOutgoingTypedLinksRequest Modifier and Type Method Description default CompletableFuture<ListOutgoingTypedLinksResponse>CloudDirectoryAsyncClient. listOutgoingTypedLinks(ListOutgoingTypedLinksRequest 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. -
Uses of ListOutgoingTypedLinksRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ListOutgoingTypedLinksRequest Modifier and Type Method Description SdkHttpFullRequestListOutgoingTypedLinksRequestMarshaller. marshall(ListOutgoingTypedLinksRequest listOutgoingTypedLinksRequest)
-