Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionConfigurationPropertyType
-
Packages that use ActionConfigurationPropertyType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionConfigurationPropertyType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionConfigurationPropertyType Modifier and Type Method Description static ActionConfigurationPropertyTypeActionConfigurationPropertyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ActionConfigurationPropertyTypeActionConfigurationProperty. type()The type of the configuration property.static ActionConfigurationPropertyTypeActionConfigurationPropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionConfigurationPropertyType[]ActionConfigurationPropertyType. 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 ActionConfigurationPropertyType Modifier and Type Method Description static Set<ActionConfigurationPropertyType>ActionConfigurationPropertyType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionConfigurationPropertyType Modifier and Type Method Description ActionConfigurationProperty.BuilderActionConfigurationProperty.Builder. type(ActionConfigurationPropertyType type)The type of the configuration property.
-