| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionType.clone() |
ActionType |
CreateCustomActionTypeResult.getActionType()
Returns information about the details of an action type.
|
ActionType |
ActionType.withActionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.
|
ActionType |
ActionType.withActionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
|
ActionType |
ActionType.withId(ActionTypeId id)
Represents information about an action type.
|
ActionType |
ActionType.withInputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
ActionType |
ActionType.withOutputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
ActionType |
ActionType.withSettings(ActionTypeSettings settings)
The settings for the action type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionType> |
ListActionTypesResult.getActionTypes()
Provides details of the action types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCustomActionTypeResult.setActionType(ActionType actionType)
Returns information about the details of an action type.
|
CreateCustomActionTypeResult |
CreateCustomActionTypeResult.withActionType(ActionType actionType)
Returns information about the details of an action type.
|
ListActionTypesResult |
ListActionTypesResult.withActionTypes(ActionType... actionTypes)
Provides details of the action types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionTypesResult.setActionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
|
ListActionTypesResult |
ListActionTypesResult.withActionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
|
Copyright © 2022. All rights reserved.