| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAddFacetToObject |
BatchAddFacetToObject.clone() |
BatchAddFacetToObject |
BatchWriteOperation.getAddFacetToObject()
A batch operation that adds a facet to an object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withObjectReference(ObjectReference objectReference)
A reference to the object being mutated.
|
BatchAddFacetToObject |
BatchAddFacetToObject.withSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperation.setAddFacetToObject(BatchAddFacetToObject addFacetToObject)
A batch operation that adds a facet to an object.
|
BatchWriteOperation |
BatchWriteOperation.withAddFacetToObject(BatchAddFacetToObject addFacetToObject)
A batch operation that adds a facet to an object.
|
Copyright © 2021. All rights reserved.