Uses of Class
software.amazon.awssdk.services.clouddirectory.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of Rule in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type Rule Modifier and Type Method Description Map<String,Rule>FacetAttributeDefinition. rules()Validation rules attached to the attribute definition.Map<String,Rule>TypedLinkAttributeDefinition. rules()Validation rules that are attached to the attribute definition.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type Rule Modifier and Type Method Description FacetAttributeDefinition.BuilderFacetAttributeDefinition.Builder. rules(Map<String,Rule> rules)Validation rules attached to the attribute definition.TypedLinkAttributeDefinition.BuilderTypedLinkAttributeDefinition.Builder. rules(Map<String,Rule> rules)Validation rules that are attached to the attribute definition.
-