Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UpdateLinkAttributesResponse
-
Packages that use UpdateLinkAttributesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of UpdateLinkAttributesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return UpdateLinkAttributesResponse Modifier and Type Method Description default UpdateLinkAttributesResponseCloudDirectoryClient. updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)Updates a given typed link’s attributes.default UpdateLinkAttributesResponseCloudDirectoryClient. updateLinkAttributes(UpdateLinkAttributesRequest updateLinkAttributesRequest)Updates a given typed link’s attributes.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type UpdateLinkAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateLinkAttributesResponse>CloudDirectoryAsyncClient. updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)Updates a given typed link’s attributes.default CompletableFuture<UpdateLinkAttributesResponse>CloudDirectoryAsyncClient. updateLinkAttributes(UpdateLinkAttributesRequest updateLinkAttributesRequest)Updates a given typed link’s attributes.
-