Uses of Class
software.amazon.awssdk.services.clouddirectory.model.LinkAttributeUpdate
-
Packages that use LinkAttributeUpdate Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of LinkAttributeUpdate in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type LinkAttributeUpdate Modifier and Type Method Description List<LinkAttributeUpdate>BatchUpdateLinkAttributes. attributeUpdates()The attributes update structure.List<LinkAttributeUpdate>UpdateLinkAttributesRequest. attributeUpdates()The attributes update structure.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type LinkAttributeUpdate Modifier and Type Method Description BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. attributeUpdates(LinkAttributeUpdate... attributeUpdates)The attributes update structure.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. attributeUpdates(LinkAttributeUpdate... attributeUpdates)The attributes update structure.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type LinkAttributeUpdate Modifier and Type Method Description BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)The attributes update structure.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)The attributes update structure.
-