Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionTypeId |
ThirdPartyJobData.actionTypeId |
private ActionTypeId |
PollForThirdPartyJobsRequest.actionTypeId |
private ActionTypeId |
PollForJobsRequest.actionTypeId |
private ActionTypeId |
JobData.actionTypeId |
private ActionTypeId |
ActionDeclaration.actionTypeId
The configuration information for the action type.
|
private ActionTypeId |
ActionType.id |
Modifier and Type | Method and Description |
---|---|
ActionTypeId |
ActionTypeId.clone() |
ActionTypeId |
ThirdPartyJobData.getActionTypeId() |
ActionTypeId |
PollForThirdPartyJobsRequest.getActionTypeId() |
ActionTypeId |
PollForJobsRequest.getActionTypeId() |
ActionTypeId |
JobData.getActionTypeId() |
ActionTypeId |
ActionDeclaration.getActionTypeId()
The configuration information for the action type.
|
ActionTypeId |
ActionType.getId() |
ActionTypeId |
ActionTypeId.withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage, and
constrains the provider type for the action.
|
ActionTypeId |
ActionTypeId.withCategory(java.lang.String category)
A category defines what kind of action can be taken in the stage, and
constrains the provider type for the action.
|
ActionTypeId |
ActionTypeId.withOwner(ActionOwner owner)
The creator of the action being called.
|
ActionTypeId |
ActionTypeId.withOwner(java.lang.String owner)
The creator of the action being called.
|
ActionTypeId |
ActionTypeId.withProvider(java.lang.String provider)
The provider of the service being called by the action.
|
ActionTypeId |
ActionTypeId.withVersion(java.lang.String version)
A string that identifies the action type.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobData.setActionTypeId(ActionTypeId actionTypeId) |
void |
PollForThirdPartyJobsRequest.setActionTypeId(ActionTypeId actionTypeId) |
void |
PollForJobsRequest.setActionTypeId(ActionTypeId actionTypeId) |
void |
JobData.setActionTypeId(ActionTypeId actionTypeId) |
void |
ActionDeclaration.setActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.
|
void |
ActionType.setId(ActionTypeId id) |
ThirdPartyJobData |
ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId) |
PollForThirdPartyJobsRequest |
PollForThirdPartyJobsRequest.withActionTypeId(ActionTypeId actionTypeId) |
PollForJobsRequest |
PollForJobsRequest.withActionTypeId(ActionTypeId actionTypeId) |
JobData |
JobData.withActionTypeId(ActionTypeId actionTypeId) |
ActionDeclaration |
ActionDeclaration.withActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.
|
ActionType |
ActionType.withId(ActionTypeId id) |
Modifier and Type | Method and Description |
---|---|
ActionTypeId |
ActionTypeIdJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionTypeIdJsonMarshaller.marshall(ActionTypeId actionTypeId,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|