AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the output of a BatchWrite response operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.BatchWriteOperationResponse

Namespace: Amazon.CloudDirectory.Model
Assembly: AWSSDK.CloudDirectory.dll
Version: 3.x.y.z

Syntax

C#
public class BatchWriteOperationResponse

The BatchWriteOperationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AddFacetToObject Amazon.CloudDirectory.Model.BatchAddFacetToObjectResponse

Gets and sets the property AddFacetToObject.

The result of an add facet to object batch operation.

Public Property AttachObject Amazon.CloudDirectory.Model.BatchAttachObjectResponse

Gets and sets the property AttachObject.

Attaches an object to a Directory.

Public Property AttachPolicy Amazon.CloudDirectory.Model.BatchAttachPolicyResponse

Gets and sets the property AttachPolicy.

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

Public Property AttachToIndex Amazon.CloudDirectory.Model.BatchAttachToIndexResponse

Gets and sets the property AttachToIndex.

Attaches the specified object to the specified index.

Public Property AttachTypedLink Amazon.CloudDirectory.Model.BatchAttachTypedLinkResponse

Gets and sets the property AttachTypedLink.

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

Public Property CreateIndex Amazon.CloudDirectory.Model.BatchCreateIndexResponse

Gets and sets the property CreateIndex.

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

Public Property CreateObject Amazon.CloudDirectory.Model.BatchCreateObjectResponse

Gets and sets the property CreateObject.

Creates an object in a Directory.

Public Property DeleteObject Amazon.CloudDirectory.Model.BatchDeleteObjectResponse

Gets and sets the property DeleteObject.

Deletes an object in a Directory.

Public Property DetachFromIndex Amazon.CloudDirectory.Model.BatchDetachFromIndexResponse

Gets and sets the property DetachFromIndex.

Detaches the specified object from the specified index.

Public Property DetachObject Amazon.CloudDirectory.Model.BatchDetachObjectResponse

Gets and sets the property DetachObject.

Detaches an object from a Directory.

Public Property DetachPolicy Amazon.CloudDirectory.Model.BatchDetachPolicyResponse

Gets and sets the property DetachPolicy.

Detaches a policy from a Directory.

Public Property DetachTypedLink Amazon.CloudDirectory.Model.BatchDetachTypedLinkResponse

Gets and sets the property DetachTypedLink.

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

Public Property RemoveFacetFromObject Amazon.CloudDirectory.Model.BatchRemoveFacetFromObjectResponse

Gets and sets the property RemoveFacetFromObject.

The result of a batch remove facet from object operation.

Public Property UpdateLinkAttributes Amazon.CloudDirectory.Model.BatchUpdateLinkAttributesResponse

Gets and sets the property UpdateLinkAttributes.

Represents the output of a BatchWrite response operation.

Public Property UpdateObjectAttributes Amazon.CloudDirectory.Model.BatchUpdateObjectAttributesResponse

Gets and sets the property UpdateObjectAttributes.

Updates a given object’s attributes.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5