Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttributeNameAndValue
-
Packages that use AttributeNameAndValue Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttributeNameAndValue in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttributeNameAndValue Modifier and Type Method Description List<AttributeNameAndValue>AttachTypedLinkRequest. attributes()A set of attributes that are associated with the typed link.List<AttributeNameAndValue>BatchAttachTypedLink. attributes()A set of attributes that are associated with the typed link.List<AttributeNameAndValue>TypedLinkSpecifier. identityAttributeValues()Identifies the attribute value to update.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type AttributeNameAndValue Modifier and Type Method Description AttachTypedLinkRequest.BuilderAttachTypedLinkRequest.Builder. attributes(AttributeNameAndValue... attributes)A set of attributes that are associated with the typed link.BatchAttachTypedLink.BuilderBatchAttachTypedLink.Builder. attributes(AttributeNameAndValue... attributes)A set of attributes that are associated with the typed link.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. identityAttributeValues(AttributeNameAndValue... identityAttributeValues)Identifies the attribute value to update.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type AttributeNameAndValue Modifier and Type Method Description AttachTypedLinkRequest.BuilderAttachTypedLinkRequest.Builder. attributes(Collection<AttributeNameAndValue> attributes)A set of attributes that are associated with the typed link.BatchAttachTypedLink.BuilderBatchAttachTypedLink.Builder. attributes(Collection<AttributeNameAndValue> attributes)A set of attributes that are associated with the typed link.TypedLinkSpecifier.BuilderTypedLinkSpecifier.Builder. identityAttributeValues(Collection<AttributeNameAndValue> identityAttributeValues)Identifies the attribute value to update.
-