Uses of Class
software.amazon.awssdk.services.datazone.model.RuleTargetType
-
Packages that use RuleTargetType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RuleTargetType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RuleTargetType Modifier and Type Method Description static RuleTargetTypeRuleTargetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleTargetTypeCreateRuleResponse. targetType()The target type of the rule.RuleTargetTypeGetRuleResponse. targetType()The target type of the rule.RuleTargetTypeListRulesRequest. targetType()The target type of the rule.RuleTargetTypeRuleSummary. targetType()The target type of the rule.static RuleTargetTypeRuleTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleTargetType[]RuleTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RuleTargetType Modifier and Type Method Description static Set<RuleTargetType>RuleTargetType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type RuleTargetType Modifier and Type Method Description CreateRuleResponse.BuilderCreateRuleResponse.Builder. targetType(RuleTargetType targetType)The target type of the rule.GetRuleResponse.BuilderGetRuleResponse.Builder. targetType(RuleTargetType targetType)The target type of the rule.ListRulesRequest.BuilderListRulesRequest.Builder. targetType(RuleTargetType targetType)The target type of the rule.RuleSummary.BuilderRuleSummary.Builder. targetType(RuleTargetType targetType)The target type of the rule.
-