Uses of Enum
com.amazonaws.services.codepipeline.model.ActionCategory
Packages that use ActionCategory
-
Uses of ActionCategory in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionCategoryModifier and TypeMethodDescriptionstatic ActionCategory
Use this in place of valueOf.static ActionCategory
Returns the enum constant of this type with the specified name.static ActionCategory[]
ActionCategory.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 ActionCategoryModifier and TypeMethodDescriptionvoid
ActionTypeId.setCategory
(ActionCategory category) A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.void
CreateCustomActionTypeRequest.setCategory
(ActionCategory category) The category of the custom action, such as a source action or a build action.void
DeleteCustomActionTypeRequest.setCategory
(ActionCategory category) The category of the custom action that you want to delete, such as source or deploy.ActionTypeId.withCategory
(ActionCategory category) A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.CreateCustomActionTypeRequest.withCategory
(ActionCategory category) The category of the custom action, such as a source action or a build action.DeleteCustomActionTypeRequest.withCategory
(ActionCategory category) The category of the custom action that you want to delete, such as source or deploy.