Uses of Class
software.amazon.awssdk.services.clouddirectory.model.RequiredAttributeBehavior
-
Packages that use RequiredAttributeBehavior Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of RequiredAttributeBehavior in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return RequiredAttributeBehavior Modifier and Type Method Description static RequiredAttributeBehaviorRequiredAttributeBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RequiredAttributeBehaviorFacetAttribute. requiredBehavior()The required behavior of theFacetAttribute.RequiredAttributeBehaviorTypedLinkAttributeDefinition. requiredBehavior()The required behavior of theTypedLinkAttributeDefinition.static RequiredAttributeBehaviorRequiredAttributeBehavior. 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.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type RequiredAttributeBehavior Modifier and Type Method Description static Set<RequiredAttributeBehavior>RequiredAttributeBehavior. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type RequiredAttributeBehavior Modifier and Type Method Description FacetAttribute.BuilderFacetAttribute.Builder. requiredBehavior(RequiredAttributeBehavior requiredBehavior)The required behavior of theFacetAttribute.TypedLinkAttributeDefinition.BuilderTypedLinkAttributeDefinition.Builder. requiredBehavior(RequiredAttributeBehavior requiredBehavior)The required behavior of theTypedLinkAttributeDefinition.
-