| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateObjectResult> |
AbstractAmazonCloudDirectoryAsync.createObjectAsync(CreateObjectRequest request,
AsyncHandler<CreateObjectRequest,CreateObjectResult> asyncHandler) |
Future<CreateObjectResult> |
AmazonCloudDirectoryAsync.createObjectAsync(CreateObjectRequest createObjectRequest,
AsyncHandler<CreateObjectRequest,CreateObjectResult> asyncHandler)
Creates an object in a Directory.
|
Future<CreateObjectResult> |
AmazonCloudDirectoryAsyncClient.createObjectAsync(CreateObjectRequest request,
AsyncHandler<CreateObjectRequest,CreateObjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateObjectRequest |
CreateObjectRequest.clone() |
CreateObjectRequest |
CreateObjectRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created.
|
CreateObjectRequest |
CreateObjectRequest.withLinkName(String linkName)
The name of link that is used to attach this object to a parent.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest |
CreateObjectRequest.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest |
CreateObjectRequest.withParentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
|
CreateObjectRequest |
CreateObjectRequest.withSchemaFacets(Collection<SchemaFacet> schemaFacets)
A list of schema facets to be associated with the object.
|
CreateObjectRequest |
CreateObjectRequest.withSchemaFacets(SchemaFacet... schemaFacets)
A list of schema facets to be associated with the object.
|
Copyright © 2020. All rights reserved.