| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| 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)
Attributes associated with the Facet.e
|
CreateFacetRequest |
CreateFacetRequest.withAttributes(FacetAttribute... attributes)
Attributes associated with the Facet.e
|
CreateFacetRequest |
CreateFacetRequest.withName(String name)
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)
Schema ARN in which the new Facet will be created.
|
| Modifier and Type | Method and Description |
|---|---|
Request<CreateFacetRequest> |
CreateFacetRequestProtocolMarshaller.marshall(CreateFacetRequest createFacetRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<CreateFacetRequest> |
CreateFacetRequestProtocolMarshaller.marshall(CreateFacetRequest createFacetRequest) |
void |
CreateFacetRequestMarshaller.marshall(CreateFacetRequest createFacetRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.