Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
-
Packages that use TypedLinkFacetAttributeUpdate Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedLinkFacetAttributeUpdate in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type TypedLinkFacetAttributeUpdate Modifier and Type Method Description List<TypedLinkFacetAttributeUpdate>UpdateTypedLinkFacetRequest. attributeUpdates()Attributes update structure.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type TypedLinkFacetAttributeUpdate Modifier and Type Method Description UpdateTypedLinkFacetRequest.BuilderUpdateTypedLinkFacetRequest.Builder. attributeUpdates(TypedLinkFacetAttributeUpdate... attributeUpdates)Attributes update structure.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type TypedLinkFacetAttributeUpdate Modifier and Type Method Description UpdateTypedLinkFacetRequest.BuilderUpdateTypedLinkFacetRequest.Builder. attributeUpdates(Collection<TypedLinkFacetAttributeUpdate> attributeUpdates)Attributes update structure.
-