Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttributeKeyAndValue
-
Packages that use AttributeKeyAndValue Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttributeKeyAndValue in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttributeKeyAndValue Modifier and Type Method Description List<AttributeKeyAndValue>BatchGetLinkAttributesResponse. attributes()The attributes that are associated with the typed link.List<AttributeKeyAndValue>BatchGetObjectAttributesResponse. attributes()The attribute values that are associated with an object.List<AttributeKeyAndValue>BatchListObjectAttributesResponse. attributes()The attributes map that is associated with the object.List<AttributeKeyAndValue>GetLinkAttributesResponse. attributes()The attributes that are associated with the typed link.List<AttributeKeyAndValue>GetObjectAttributesResponse. attributes()The attributes that are associated with the object.List<AttributeKeyAndValue>ListObjectAttributesResponse. attributes()Attributes map that is associated with the object.List<AttributeKeyAndValue>IndexAttachment. indexedAttributes()The indexed attribute values.List<AttributeKeyAndValue>AddFacetToObjectRequest. objectAttributeList()Attributes on the facet that you are adding to the object.List<AttributeKeyAndValue>BatchAddFacetToObject. objectAttributeList()The attributes to set on the object.List<AttributeKeyAndValue>BatchCreateObject. objectAttributeList()An attribute map, which contains an attribute ARN as the key and attribute value as the map value.List<AttributeKeyAndValue>CreateObjectRequest. objectAttributeList()The attribute map whose attribute ARN contains the key and attribute value as the map value.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type AttributeKeyAndValue Modifier and Type Method Description BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes that are associated with the typed link.BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attribute values that are associated with an object.BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes map that is associated with the object.GetLinkAttributesResponse.BuilderGetLinkAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes that are associated with the typed link.GetObjectAttributesResponse.BuilderGetObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes that are associated with the object.ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)Attributes map that is associated with the object.IndexAttachment.BuilderIndexAttachment.Builder. indexedAttributes(AttributeKeyAndValue... indexedAttributes)The indexed attribute values.AddFacetToObjectRequest.BuilderAddFacetToObjectRequest.Builder. objectAttributeList(AttributeKeyAndValue... objectAttributeList)Attributes on the facet that you are adding to the object.BatchAddFacetToObject.BuilderBatchAddFacetToObject.Builder. objectAttributeList(AttributeKeyAndValue... objectAttributeList)The attributes to set on the object.BatchCreateObject.BuilderBatchCreateObject.Builder. objectAttributeList(AttributeKeyAndValue... objectAttributeList)An attribute map, which contains an attribute ARN as the key and attribute value as the map value.CreateObjectRequest.BuilderCreateObjectRequest.Builder. objectAttributeList(AttributeKeyAndValue... objectAttributeList)The attribute map whose attribute ARN contains the key and attribute value as the map value.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type AttributeKeyAndValue Modifier and Type Method Description BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes that are associated with the typed link.BatchGetObjectAttributesResponse.BuilderBatchGetObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attribute values that are associated with an object.BatchListObjectAttributesResponse.BuilderBatchListObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes map that is associated with the object.GetLinkAttributesResponse.BuilderGetLinkAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes that are associated with the typed link.GetObjectAttributesResponse.BuilderGetObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes that are associated with the object.ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)Attributes map that is associated with the object.IndexAttachment.BuilderIndexAttachment.Builder. indexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)The indexed attribute values.AddFacetToObjectRequest.BuilderAddFacetToObjectRequest.Builder. objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)Attributes on the facet that you are adding to the object.BatchAddFacetToObject.BuilderBatchAddFacetToObject.Builder. objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)The attributes to set on the object.BatchCreateObject.BuilderBatchCreateObject.Builder. objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)An attribute map, which contains an attribute ARN as the key and attribute value as the map value.CreateObjectRequest.BuilderCreateObjectRequest.Builder. objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)The attribute map whose attribute ARN contains the key and attribute value as the map value.
-