| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.fromValue(String value)
Use this in place of valueOf.
|
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
void |
UpdateFacetRequest.setObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
void |
CreateFacetRequest.setObjectType(ObjectType objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
Facet |
Facet.withObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
CreateFacetRequest |
CreateFacetRequest.withObjectType(ObjectType objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
Copyright © 2023. All rights reserved.