| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeKeyAndValue |
AttributeKeyAndValue.clone() |
AttributeKeyAndValue |
AttributeKeyAndValue.withKey(AttributeKey key)
The key of the attribute.
|
AttributeKeyAndValue |
AttributeKeyAndValue.withValue(TypedAttributeValue value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeKeyAndValue> |
ListObjectAttributesResult.getAttributes()
Attributes map that is associated with the object.
|
List<AttributeKeyAndValue> |
GetObjectAttributesResult.getAttributes()
The attributes that are associated with the object.
|
List<AttributeKeyAndValue> |
GetLinkAttributesResult.getAttributes()
The attributes that are associated with the typed link.
|
List<AttributeKeyAndValue> |
BatchGetLinkAttributesResponse.getAttributes()
The attributes that are associated with the typed link.
|
List<AttributeKeyAndValue> |
BatchGetObjectAttributesResponse.getAttributes()
The attribute values that are associated with an object.
|
List<AttributeKeyAndValue> |
BatchListObjectAttributesResponse.getAttributes()
The attributes map that is associated with the object.
|
List<AttributeKeyAndValue> |
IndexAttachment.getIndexedAttributes()
The indexed attribute values.
|
List<AttributeKeyAndValue> |
BatchCreateObject.getObjectAttributeList()
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
List<AttributeKeyAndValue> |
CreateObjectRequest.getObjectAttributeList()
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
List<AttributeKeyAndValue> |
AddFacetToObjectRequest.getObjectAttributeList()
Attributes on the facet that you are adding to the object.
|
List<AttributeKeyAndValue> |
BatchAddFacetToObject.getObjectAttributeList()
The attributes to set on the object.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesResult |
ListObjectAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
Attributes map that is associated with the object.
|
GetObjectAttributesResult |
GetObjectAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the object.
|
GetLinkAttributesResult |
GetLinkAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse |
BatchGetLinkAttributesResponse.withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
BatchGetObjectAttributesResponse |
BatchGetObjectAttributesResponse.withAttributes(AttributeKeyAndValue... attributes)
The attribute values that are associated with an object.
|
BatchListObjectAttributesResponse |
BatchListObjectAttributesResponse.withAttributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object.
|
IndexAttachment |
IndexAttachment.withIndexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
AddFacetToObjectRequest |
AddFacetToObjectRequest.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet that you are adding to the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectAttributesResult.setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
void |
GetObjectAttributesResult.setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
|
void |
GetLinkAttributesResult.setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
void |
BatchGetLinkAttributesResponse.setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
void |
BatchGetObjectAttributesResponse.setAttributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
|
void |
BatchListObjectAttributesResponse.setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
void |
IndexAttachment.setIndexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
void |
BatchCreateObject.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
void |
CreateObjectRequest.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
void |
AddFacetToObjectRequest.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
|
void |
BatchAddFacetToObject.setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
ListObjectAttributesResult |
ListObjectAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
GetObjectAttributesResult |
GetObjectAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
|
GetLinkAttributesResult |
GetLinkAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse |
BatchGetLinkAttributesResponse.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
BatchGetObjectAttributesResponse |
BatchGetObjectAttributesResponse.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
|
BatchListObjectAttributesResponse |
BatchListObjectAttributesResponse.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
IndexAttachment |
IndexAttachment.withIndexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
AddFacetToObjectRequest |
AddFacetToObjectRequest.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
Copyright © 2023. All rights reserved.