void |
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 |
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 |
CreateCustomActionTypeRequest.withCategory(ActionCategory category) |
The category of the custom action, such as a source action or a build
action.
|
DeleteCustomActionTypeRequest |
DeleteCustomActionTypeRequest.withCategory(ActionCategory category) |
The category of the custom action that you want to delete, such as source
or deploy.
|