Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleConfigurationPropertyType
-
Packages that use RuleConfigurationPropertyType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleConfigurationPropertyType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleConfigurationPropertyType Modifier and Type Method Description static RuleConfigurationPropertyTypeRuleConfigurationPropertyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleConfigurationPropertyTypeRuleConfigurationProperty. type()The type of the configuration property.static RuleConfigurationPropertyTypeRuleConfigurationPropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleConfigurationPropertyType[]RuleConfigurationPropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleConfigurationPropertyType Modifier and Type Method Description static Set<RuleConfigurationPropertyType>RuleConfigurationPropertyType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleConfigurationPropertyType Modifier and Type Method Description RuleConfigurationProperty.BuilderRuleConfigurationProperty.Builder. type(RuleConfigurationPropertyType type)The type of the configuration property.
-