Uses of Enum
software.amazon.awscdk.services.codepipeline.ActionCategory
Packages that use ActionCategory
-
Uses of ActionCategory in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return ActionCategoryModifier and TypeMethodDescriptionActionProperties.getCategory()The category of the action.final ActionCategoryActionProperties.Jsii$Proxy.getCategory()CustomActionRegistrationProps.getCategory()The category of the Action.final ActionCategoryCustomActionRegistrationProps.Jsii$Proxy.getCategory()static ActionCategoryReturns 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 software.amazon.awscdk.services.codepipeline with parameters of type ActionCategoryModifier 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()