Uses of Class
software.amazon.awssdk.services.rolesanywhere.endpoints.internal.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.rolesanywhere.endpoints.internal -
-
Uses of Rule in software.amazon.awssdk.services.rolesanywhere.endpoints.internal
Subclasses of Rule in software.amazon.awssdk.services.rolesanywhere.endpoints.internal Modifier and Type Class Description class
EndpointRule
class
ErrorRule
class
TreeRule
Methods in software.amazon.awssdk.services.rolesanywhere.endpoints.internal that return Rule Modifier and Type Method Description static Rule
Rule. fromNode(JsonNode node)
Methods in software.amazon.awssdk.services.rolesanywhere.endpoints.internal that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
EndpointRuleset. getRules()
Methods in software.amazon.awssdk.services.rolesanywhere.endpoints.internal with parameters of type Rule Modifier and Type Method Description EndpointRuleset.Builder
EndpointRuleset.Builder. addRule(Rule rule)
Method parameters in software.amazon.awssdk.services.rolesanywhere.endpoints.internal with type arguments of type Rule Modifier and Type Method Description TreeRule
Rule.Builder. treeRule(List<Rule> rules)
R
RuleValueVisitor. visitTreeRule(List<Rule> rules)
Constructor parameters in software.amazon.awssdk.services.rolesanywhere.endpoints.internal with type arguments of type Rule Constructor Description TreeRule(Rule.Builder builder, List<Rule> rules)
-