| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionCategory |
ActionTypeIdentifier.category()
Defines what kind of action can be taken in the stage, one of the following:
|
ActionCategory |
DeleteCustomActionTypeRequest.category()
The category of the custom action that you want to delete, such as source or deploy.
|
ActionCategory |
CreateCustomActionTypeRequest.category()
The category of the custom action, such as a build action or a test action.
|
ActionCategory |
ActionTypeId.category()
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionCategory |
GetActionTypeRequest.category()
Defines what kind of action can be taken in the stage.
|
static ActionCategory |
ActionCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ActionCategory> |
ActionCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ActionTypeIdentifier.Builder |
ActionTypeIdentifier.Builder.category(ActionCategory category)
Defines what kind of action can be taken in the stage, one of the following:
|
DeleteCustomActionTypeRequest.Builder |
DeleteCustomActionTypeRequest.Builder.category(ActionCategory category)
The category of the custom action that you want to delete, such as source or deploy.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.category(ActionCategory category)
The category of the custom action, such as a build action or a test action.
|
ActionTypeId.Builder |
ActionTypeId.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.
|
GetActionTypeRequest.Builder |
GetActionTypeRequest.Builder.category(ActionCategory category)
Defines what kind of action can be taken in the stage.
|
Copyright © 2023. All rights reserved.