Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionType |
CreateCustomActionTypeResult.actionType |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ActionType> |
ListActionTypesResult.actionTypes
Provides details of the action types.
|
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(java.util.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 |
---|---|
java.util.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(java.util.Collection<ActionType> actionTypes)
Provides details of the action types.
|
ListActionTypesResult |
ListActionTypesResult.withActionTypes(java.util.Collection<ActionType> actionTypes)
Provides details of the action types.
|
Modifier and Type | Method and Description |
---|---|
ActionType |
ActionTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionTypeJsonMarshaller.marshall(ActionType actionType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|