| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static FacetAttributeType |
FacetAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FacetAttributeType |
TypedLinkAttributeDefinition.type()
The type of the attribute.
|
FacetAttributeType |
FacetAttributeDefinition.type()
The type of the attribute.
|
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 |
|---|---|
static Set<FacetAttributeType> |
FacetAttributeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TypedLinkAttributeDefinition.Builder |
TypedLinkAttributeDefinition.Builder.type(FacetAttributeType type)
The type of the attribute.
|
FacetAttributeDefinition.Builder |
FacetAttributeDefinition.Builder.type(FacetAttributeType type)
The type of the attribute.
|
Copyright © 2022. All rights reserved.