BatchWriteOperation - Amazon Cloud Directory

BatchWriteOperation

Represents the output of a BatchWrite operation.

Contents

AddFacetToObject

A batch operation that adds a facet to an object.

Type: BatchAddFacetToObject object

Required: No

AttachObject

Attaches an object to a Directory.

Type: BatchAttachObject object

Required: No

AttachPolicy

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

Type: BatchAttachPolicy object

Required: No

AttachToIndex

Attaches the specified object to the specified index.

Type: BatchAttachToIndex object

Required: No

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

Type: BatchAttachTypedLink object

Required: No

CreateIndex

Creates an index object. See Indexing and search for more information.

Type: BatchCreateIndex object

Required: No

CreateObject

Creates an object.

Type: BatchCreateObject object

Required: No

DeleteObject

Deletes an object in a Directory.

Type: BatchDeleteObject object

Required: No

DetachFromIndex

Detaches the specified object from the specified index.

Type: BatchDetachFromIndex object

Required: No

DetachObject

Detaches an object from a Directory.

Type: BatchDetachObject object

Required: No

DetachPolicy

Detaches a policy from a Directory.

Type: BatchDetachPolicy object

Required: No

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

Type: BatchDetachTypedLink object

Required: No

RemoveFacetFromObject

A batch operation that removes a facet from an object.

Type: BatchRemoveFacetFromObject object

Required: No

UpdateLinkAttributes

Updates a given object's attributes.

Type: BatchUpdateLinkAttributes object

Required: No

UpdateObjectAttributes

Updates a given object's attributes.

Type: BatchUpdateObjectAttributes object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: