| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchWriteOperationResponse |
BatchWriteOperationResponse.clone() |
BatchWriteOperationResponse |
BatchWriteOperationResponse.withAddFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withAttachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withAttachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withAttachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withAttachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withCreateIndex(BatchCreateIndexResponse createIndex)
Creates an index object.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withCreateObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withDeleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withDetachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withDetachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withDetachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withDetachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withRemoveFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
|
BatchWriteOperationResponse |
BatchWriteOperationResponse.withUpdateLinkAttributes(BatchUpdateLinkAttributesResponse updateLinkAttributes)
Represents the output of a
BatchWrite response operation. |
BatchWriteOperationResponse |
BatchWriteOperationResponse.withUpdateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchWriteOperationResponse> |
BatchWriteResult.getResponses()
A list of all the responses for each batch write.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriteResult |
BatchWriteResult.withResponses(BatchWriteOperationResponse... responses)
A list of all the responses for each batch write.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteResult.setResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
|
BatchWriteResult |
BatchWriteResult.withResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
|
Copyright © 2024. All rights reserved.