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