| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.addParametersEntry(String key,
String value) |
Rule |
Rule.clearParametersEntries()
Removes all the entries added into Parameters.
|
Rule |
Rule.clone() |
Rule |
Rule.withParameters(Map<String,String> parameters)
Min and max parameters associated with the rule.
|
Rule |
Rule.withType(RuleType type)
The type of attribute validation rule.
|
Rule |
Rule.withType(String type)
The type of attribute validation rule.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Rule> |
FacetAttributeDefinition.getRules()
Validation rules attached to the attribute definition.
|
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeDefinition |
FacetAttributeDefinition.addRulesEntry(String key,
Rule value) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetAttributeDefinition.setRules(Map<String,Rule> rules)
Validation rules attached to the attribute definition.
|
FacetAttributeDefinition |
FacetAttributeDefinition.withRules(Map<String,Rule> rules)
Validation rules attached to the attribute definition.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMarshaller.marshall(Rule rule,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.