Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionContext |
PipelineContext.action |
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionContext.clone() |
ActionContext |
PipelineContext.getAction() |
ActionContext |
ActionContext.withName(java.lang.String name)
The name of the action within the context of a job.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineContext.setAction(ActionContext action) |
PipelineContext |
PipelineContext.withAction(ActionContext action) |
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionContextJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionContextJsonMarshaller.marshall(ActionContext actionContext,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|