| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static FacetAttributeType |
FacetAttributeType.fromValue(String value)
Use this in place of valueOf.
|
static FacetAttributeType |
FacetAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetAttributeType[] |
FacetAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedLinkAttributeDefinition.setType(FacetAttributeType type)
The type of the attribute.
|
void |
FacetAttributeDefinition.setType(FacetAttributeType type)
The type of the attribute.
|
TypedLinkAttributeDefinition |
TypedLinkAttributeDefinition.withType(FacetAttributeType type)
The type of the attribute.
|
FacetAttributeDefinition |
FacetAttributeDefinition.withType(FacetAttributeType type)
The type of the attribute.
|
Copyright © 2022. All rights reserved.