| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Facet |
Facet.clone() |
Facet |
GetFacetResult.getFacet()
The Facet structure that is associated with the facet.
|
Facet |
Facet.withFacetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet |
Facet.withFacetStyle(String facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet |
Facet.withName(String name)
The name of the Facet.
|
Facet |
Facet.withObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
Facet |
Facet.withObjectType(String objectType)
The object type that is associated with the facet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFacetResult.setFacet(Facet facet)
The Facet structure that is associated with the facet.
|
GetFacetResult |
GetFacetResult.withFacet(Facet facet)
The Facet structure that is associated with the facet.
|
Copyright © 2019. All rights reserved.