| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchWriteOperation |
BatchWriteOperation.clone() |
BatchWriteOperation |
BatchWriteOperation.withAddFacetToObject(BatchAddFacetToObject addFacetToObject)
A batch operation that adds a facet to an object.
|
BatchWriteOperation |
BatchWriteOperation.withAttachObject(BatchAttachObject attachObject)
Attaches an object to a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withAttachPolicy(BatchAttachPolicy attachPolicy)
Attaches a policy object to a regular object.
|
BatchWriteOperation |
BatchWriteOperation.withAttachToIndex(BatchAttachToIndex attachToIndex)
Attaches the specified object to the specified index.
|
BatchWriteOperation |
BatchWriteOperation.withAttachTypedLink(BatchAttachTypedLink attachTypedLink)
Attaches a typed link to a specified source and target object.
|
BatchWriteOperation |
BatchWriteOperation.withCreateIndex(BatchCreateIndex createIndex)
Creates an index object.
|
BatchWriteOperation |
BatchWriteOperation.withCreateObject(BatchCreateObject createObject)
Creates an object.
|
BatchWriteOperation |
BatchWriteOperation.withDeleteObject(BatchDeleteObject deleteObject)
Deletes an object in a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withDetachFromIndex(BatchDetachFromIndex detachFromIndex)
Detaches the specified object from the specified index.
|
BatchWriteOperation |
BatchWriteOperation.withDetachObject(BatchDetachObject detachObject)
Detaches an object from a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withDetachPolicy(BatchDetachPolicy detachPolicy)
Detaches a policy from a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withDetachTypedLink(BatchDetachTypedLink detachTypedLink)
Detaches a typed link from a specified source and target object.
|
BatchWriteOperation |
BatchWriteOperation.withRemoveFacetFromObject(BatchRemoveFacetFromObject removeFacetFromObject)
A batch operation that removes a facet from an object.
|
BatchWriteOperation |
BatchWriteOperation.withUpdateLinkAttributes(BatchUpdateLinkAttributes updateLinkAttributes)
Updates a given object's attributes.
|
BatchWriteOperation |
BatchWriteOperation.withUpdateObjectAttributes(BatchUpdateObjectAttributes updateObjectAttributes)
Updates a given object's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchWriteOperation> |
BatchWriteRequest.getOperations()
A list of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriteRequest |
BatchWriteRequest.withOperations(BatchWriteOperation... operations)
A list of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteRequest.setOperations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
|
BatchWriteRequest |
BatchWriteRequest.withOperations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
|
Copyright © 2020. All rights reserved.