Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionTypeId |
ActionTypeId.clone() |
ActionTypeId |
PollForJobsRequest.getActionTypeId() |
ActionTypeId |
PollForThirdPartyJobsRequest.getActionTypeId() |
ActionTypeId |
JobData.getActionTypeId() |
ActionTypeId |
ThirdPartyJobData.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(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(String owner)
The creator of the action being called.
|
ActionTypeId |
ActionTypeId.withProvider(String provider)
The provider of the service being called by the action.
|
ActionTypeId |
ActionTypeId.withVersion(String version)
A string that identifies the action type.
|
Modifier and Type | Method and Description |
---|---|
void |
PollForJobsRequest.setActionTypeId(ActionTypeId actionTypeId) |
void |
PollForThirdPartyJobsRequest.setActionTypeId(ActionTypeId actionTypeId) |
void |
JobData.setActionTypeId(ActionTypeId actionTypeId) |
void |
ThirdPartyJobData.setActionTypeId(ActionTypeId actionTypeId) |
void |
ActionDeclaration.setActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.
|
void |
ActionType.setId(ActionTypeId id) |
PollForJobsRequest |
PollForJobsRequest.withActionTypeId(ActionTypeId actionTypeId) |
PollForThirdPartyJobsRequest |
PollForThirdPartyJobsRequest.withActionTypeId(ActionTypeId actionTypeId) |
JobData |
JobData.withActionTypeId(ActionTypeId actionTypeId) |
ThirdPartyJobData |
ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId) |
ActionDeclaration |
ActionDeclaration.withActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.
|
ActionType |
ActionType.withId(ActionTypeId id) |
Copyright © 2018. All rights reserved.