Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
static ActionCategory |
ActionCategory.fromValue(String value)
Use this in place of valueOf.
|
static ActionCategory |
ActionCategory.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteCustomActionTypeRequest.setCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source
or deploy.
|
void |
CreateCustomActionTypeRequest.setCategory(ActionCategory category)
The category of the custom action, such as a source action or a build
action.
|
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.
|
DeleteCustomActionTypeRequest |
DeleteCustomActionTypeRequest.withCategory(ActionCategory category)
The category of the custom action that you want to delete, such as source
or deploy.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withCategory(ActionCategory category)
The category of the custom action, such as a source action or a build
action.
|
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.
|
Copyright © 2015. All rights reserved.