| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFacetResult> |
AmazonCloudDirectoryAsync.createFacetAsync(CreateFacetRequest createFacetRequest,
AsyncHandler<CreateFacetRequest,CreateFacetResult> asyncHandler)
Creates a new Facet in a schema.
|
Future<CreateFacetResult> |
AbstractAmazonCloudDirectoryAsync.createFacetAsync(CreateFacetRequest request,
AsyncHandler<CreateFacetRequest,CreateFacetResult> asyncHandler) |
Future<CreateFacetResult> |
AmazonCloudDirectoryAsyncClient.createFacetAsync(CreateFacetRequest request,
AsyncHandler<CreateFacetRequest,CreateFacetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFacetRequest |
CreateFacetRequest.clone() |
CreateFacetRequest |
CreateFacetRequest.withAttributes(Collection<FacetAttribute> attributes)
The attributes that are associated with the Facet.
|
CreateFacetRequest |
CreateFacetRequest.withAttributes(FacetAttribute... attributes)
The attributes that are associated with the Facet.
|
CreateFacetRequest |
CreateFacetRequest.withName(String name)
The name of the Facet, which is unique for a given schema.
|
CreateFacetRequest |
CreateFacetRequest.withObjectType(ObjectType objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
CreateFacetRequest |
CreateFacetRequest.withObjectType(String objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
CreateFacetRequest |
CreateFacetRequest.withSchemaArn(String schemaArn)
The schema ARN in which the new Facet will be created.
|
Copyright © 2017. All rights reserved.