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