| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObject |
BatchCreateObject.clone() |
BatchCreateObject |
BatchWriteOperation.getCreateObject()
Creates an object.
|
BatchCreateObject |
BatchCreateObject.withBatchReferenceName(String batchReferenceName)
The batch reference name.
|
BatchCreateObject |
BatchCreateObject.withLinkName(String linkName)
The name of the link.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject |
BatchCreateObject.withParentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
|
BatchCreateObject |
BatchCreateObject.withSchemaFacet(Collection<SchemaFacet> schemaFacet)
List of FacetArns that will be associated with the object.
|
BatchCreateObject |
BatchCreateObject.withSchemaFacet(SchemaFacet... schemaFacet)
List of FacetArns that will be associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperation.setCreateObject(BatchCreateObject createObject)
Creates an object.
|
BatchWriteOperation |
BatchWriteOperation.withCreateObject(BatchCreateObject createObject)
Creates an object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObject |
BatchCreateObjectJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateObjectMarshaller.marshall(BatchCreateObject batchCreateObject,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.