Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetLinkAttributesRequest
-
Packages that use GetLinkAttributesRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of GetLinkAttributesRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type GetLinkAttributesRequest Modifier and Type Method Description default CompletableFuture<GetLinkAttributesResponse>CloudDirectoryAsyncClient. getLinkAttributes(GetLinkAttributesRequest getLinkAttributesRequest)Retrieves attributes that are associated with a typed link.default GetLinkAttributesResponseCloudDirectoryClient. getLinkAttributes(GetLinkAttributesRequest getLinkAttributesRequest)Retrieves attributes that are associated with a typed link. -
Uses of GetLinkAttributesRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type GetLinkAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetLinkAttributesRequestMarshaller. marshall(GetLinkAttributesRequest getLinkAttributesRequest)
-