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