| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
FacetStyle |
Facet.facetStyle()
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
FacetStyle |
CreateFacetRequest.facetStyle()
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
static FacetStyle |
FacetStyle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FacetStyle> |
FacetStyle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Facet.Builder |
Facet.Builder.facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Copyright © 2022. All rights reserved.