| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
BatchWriteOperation |
BatchWriteOperation.clone() |
BatchWriteOperation |
BatchWriteOperation.withAddFacetToObject(BatchAddFacetToObject addFacetToObject)
Batch operation adding a facet to an object.
|
BatchWriteOperation |
BatchWriteOperation.withAttachObject(BatchAttachObject attachObject)
Attaches an object to a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withCreateObject(BatchCreateObject createObject)
Creates an object.
|
BatchWriteOperation |
BatchWriteOperation.withDeleteObject(BatchDeleteObject deleteObject)
Deletes an object in a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withDetachObject(BatchDetachObject detachObject)
Detaches an object from a Directory.
|
BatchWriteOperation |
BatchWriteOperation.withRemoveFacetFromObject(BatchRemoveFacetFromObject removeFacetFromObject)
Batch operation removing a facet from an object.
|
BatchWriteOperation |
BatchWriteOperation.withUpdateObjectAttributes(BatchUpdateObjectAttributes updateObjectAttributes)
Update a given object's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchWriteOperation> |
BatchWriteRequest.getOperations()
List of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriteRequest |
BatchWriteRequest.withOperations(BatchWriteOperation... operations)
List of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteRequest.setOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
|
BatchWriteRequest |
BatchWriteRequest.withOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriteOperation |
BatchWriteOperationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperationMarshaller.marshall(BatchWriteOperation batchWriteOperation,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.