Uses of Enum
software.amazon.awscdk.services.codepipeline.ActionCategory
-
Uses of ActionCategory in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptionActionProperties.getCategory()
The category of the action.final ActionCategory
ActionProperties.Jsii$Proxy.getCategory()
CustomActionRegistrationProps.getCategory()
The category of the Action.final ActionCategory
CustomActionRegistrationProps.Jsii$Proxy.getCategory()
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.Modifier and TypeMethodDescriptionActionProperties.Builder.category
(ActionCategory category) Sets the value ofActionProperties.getCategory()
CustomActionRegistration.Builder.category
(ActionCategory category) The category of the Action.CustomActionRegistrationProps.Builder.category
(ActionCategory category) Sets the value ofCustomActionRegistrationProps.getCategory()