Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionCategory
-
Packages that use ActionCategory Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionCategory in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionCategory Modifier and Type Method Description ActionCategoryActionTypeId. category()A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionCategoryActionTypeIdentifier. category()Defines what kind of action can be taken in the stage, one of the following:ActionCategoryCreateCustomActionTypeRequest. category()The category of the custom action, such as a build action or a test action.ActionCategoryDeleteCustomActionTypeRequest. category()The category of the custom action that you want to delete, such as source or deploy.ActionCategoryGetActionTypeRequest. category()Defines what kind of action can be taken in the stage.static ActionCategoryActionCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionCategoryActionCategory. valueOf(String name)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 software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionCategory Modifier and Type Method Description static Set<ActionCategory>ActionCategory. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionCategory Modifier and Type Method Description ActionTypeId.BuilderActionTypeId.Builder. category(ActionCategory category)A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. category(ActionCategory category)Defines what kind of action can be taken in the stage, one of the following:CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. category(ActionCategory category)The category of the custom action, such as a build action or a test action.DeleteCustomActionTypeRequest.BuilderDeleteCustomActionTypeRequest.Builder. category(ActionCategory category)The category of the custom action that you want to delete, such as source or deploy.GetActionTypeRequest.BuilderGetActionTypeRequest.Builder. category(ActionCategory category)Defines what kind of action can be taken in the stage.
-