Uses of Enum
com.amazonaws.services.codepipeline.model.ActionConfigurationPropertyType
Packages that use ActionConfigurationPropertyType
-
Uses of ActionConfigurationPropertyType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionConfigurationPropertyTypeModifier and TypeMethodDescriptionUse this in place of valueOf.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 com.amazonaws.services.codepipeline.model with parameters of type ActionConfigurationPropertyTypeModifier and TypeMethodDescriptionvoidActionConfigurationProperty.setType(ActionConfigurationPropertyType type) The type of the configuration property.ActionConfigurationProperty.withType(ActionConfigurationPropertyType type) The type of the configuration property.