Uses of Class
com.amazonaws.services.codepipeline.model.ActionTypeId
-
Packages that use ActionTypeId Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionTypeId in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionTypeId Modifier and Type Method Description ActionTypeId
ActionTypeId. clone()
ActionTypeId
ActionDeclaration. getActionTypeId()
The configuration information for the action type.ActionTypeId
JobData. getActionTypeId()
ActionTypeId
PollForJobsRequest. getActionTypeId()
ActionTypeId
PollForThirdPartyJobsRequest. getActionTypeId()
ActionTypeId
ThirdPartyJobData. getActionTypeId()
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.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionTypeId Modifier and Type Method Description void
ActionDeclaration. setActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.void
JobData. setActionTypeId(ActionTypeId actionTypeId)
void
PollForJobsRequest. setActionTypeId(ActionTypeId actionTypeId)
void
PollForThirdPartyJobsRequest. setActionTypeId(ActionTypeId actionTypeId)
void
ThirdPartyJobData. setActionTypeId(ActionTypeId actionTypeId)
void
ActionType. setId(ActionTypeId id)
ActionDeclaration
ActionDeclaration. withActionTypeId(ActionTypeId actionTypeId)
The configuration information for the action type.JobData
JobData. withActionTypeId(ActionTypeId actionTypeId)
PollForJobsRequest
PollForJobsRequest. withActionTypeId(ActionTypeId actionTypeId)
PollForThirdPartyJobsRequest
PollForThirdPartyJobsRequest. withActionTypeId(ActionTypeId actionTypeId)
ThirdPartyJobData
ThirdPartyJobData. withActionTypeId(ActionTypeId actionTypeId)
ActionType
ActionType. withId(ActionTypeId id)
-