Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionConfiguration |
ActionConfiguration.addConfigurationEntry(String key,
String value) |
ActionConfiguration |
ActionConfiguration.clearConfigurationEntries()
Removes all the entries added into Configuration.
|
ActionConfiguration |
ActionConfiguration.clone() |
ActionConfiguration |
ThirdPartyJobData.getActionConfiguration()
Returns the value of the ActionConfiguration property for this object.
|
ActionConfiguration |
JobData.getActionConfiguration()
Returns the value of the ActionConfiguration property for this object.
|
ActionConfiguration |
ActionConfiguration.withConfiguration(Map<String,String> configuration)
The configuration data for the action.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobData.setActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
void |
JobData.setActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
ThirdPartyJobData |
ThirdPartyJobData.withActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
JobData |
JobData.withActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
Copyright © 2015. All rights reserved.