| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
ActionExecutionOutput | 
ActionExecutionOutput.addOutputVariablesEntry(String key,
                       String value)
Add a single OutputVariables entry 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.clearOutputVariablesEntries()
Removes all the entries added into OutputVariables. 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.clone()  | 
ActionExecutionOutput | 
ActionExecutionDetail.getOutput()
 Output details for the action execution, such as the action execution result. 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.withExecutionResult(ActionExecutionResult executionResult)
 Execution result information listed in the output details for an action execution. 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.withOutputArtifacts(ArtifactDetail... outputArtifacts)
 Details of output artifacts of the action that correspond to the action execution. 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.withOutputArtifacts(Collection<ArtifactDetail> outputArtifacts)
 Details of output artifacts of the action that correspond to the action execution. 
 | 
ActionExecutionOutput | 
ActionExecutionOutput.withOutputVariables(Map<String,String> outputVariables)
 The outputVariables field shows the key-value pairs that were output as part of that execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ActionExecutionDetail.setOutput(ActionExecutionOutput output)
 Output details for the action execution, such as the action execution result. 
 | 
ActionExecutionDetail | 
ActionExecutionDetail.withOutput(ActionExecutionOutput output)
 Output details for the action execution, such as the action execution result. 
 | 
Copyright © 2022. All rights reserved.