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