Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttachTypedLinkResponse
-
Packages that use AttachTypedLinkResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of AttachTypedLinkResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return AttachTypedLinkResponse Modifier and Type Method Description default AttachTypedLinkResponseCloudDirectoryClient. attachTypedLink(Consumer<AttachTypedLinkRequest.Builder> attachTypedLinkRequest)Attaches a typed link to a specified source and target object.default AttachTypedLinkResponseCloudDirectoryClient. attachTypedLink(AttachTypedLinkRequest attachTypedLinkRequest)Attaches a typed link to a specified source and target object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type AttachTypedLinkResponse Modifier and Type Method Description default CompletableFuture<AttachTypedLinkResponse>CloudDirectoryAsyncClient. attachTypedLink(Consumer<AttachTypedLinkRequest.Builder> attachTypedLinkRequest)Attaches a typed link to a specified source and target object.default CompletableFuture<AttachTypedLinkResponse>CloudDirectoryAsyncClient. attachTypedLink(AttachTypedLinkRequest attachTypedLinkRequest)Attaches a typed link to a specified source and target object.
-