Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionType |
ActionType.clone() |
ActionType |
CreateCustomActionTypeResult.getActionType() |
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) |
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) |
CreateCustomActionTypeResult |
CreateCustomActionTypeResult.withActionType(ActionType actionType) |
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 © 2018. All rights reserved.