Uses of Class
software.amazon.awssdk.services.datazone.model.RuleScope
-
Packages that use RuleScope Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RuleScope in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RuleScope Modifier and Type Method Description RuleScopeCreateRuleRequest. scope()The scope of the rule.RuleScopeCreateRuleResponse. scope()The scope of the rule.RuleScopeGetRuleResponse. scope()The scope of the rule.RuleScopeRuleSummary. scope()The scope of the rule.RuleScopeUpdateRuleRequest. scope()The scrope of the rule.RuleScopeUpdateRuleResponse. scope()The scope of the rule.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RuleScope Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. scope(RuleScope scope)The scope of the rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. scope(RuleScope scope)The scope of the rule.GetRuleResponse.BuilderGetRuleResponse.Builder. scope(RuleScope scope)The scope of the rule.RuleSummary.BuilderRuleSummary.Builder. scope(RuleScope scope)The scope of the rule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. scope(RuleScope scope)The scrope of the rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. scope(RuleScope scope)The scope of the rule.
-