| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static FacetStyle |
FacetStyle.fromValue(String value)
Use this in place of valueOf.
|
static FacetStyle |
FacetStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetStyle[] |
FacetStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFacetRequest.setFacetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
void |
Facet.setFacetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
CreateFacetRequest |
CreateFacetRequest.withFacetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet |
Facet.withFacetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Copyright © 2024. All rights reserved.