Uses of Class
com.amazonaws.services.codepipeline.model.ActionTypeId
Packages that use ActionTypeId
-
Uses of ActionTypeId in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionTypeIdModifier and TypeMethodDescriptionActionTypeId.clone()
ActionDeclaration.getActionTypeId()
The configuration information for the action type.JobData.getActionTypeId()
PollForJobsRequest.getActionTypeId()
PollForThirdPartyJobsRequest.getActionTypeId()
ThirdPartyJobData.getActionTypeId()
ActionType.getId()
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.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.withOwner
(ActionOwner owner) The creator of the action being called.The creator of the action being called.ActionTypeId.withProvider
(String provider) The provider of the service being called by the action.ActionTypeId.withVersion
(String version) A string that identifies the action type.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionTypeIdModifier and TypeMethodDescriptionvoid
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.withActionTypeId
(ActionTypeId actionTypeId) The configuration information for the action type.JobData.withActionTypeId
(ActionTypeId actionTypeId) PollForJobsRequest.withActionTypeId
(ActionTypeId actionTypeId) PollForThirdPartyJobsRequest.withActionTypeId
(ActionTypeId actionTypeId) ThirdPartyJobData.withActionTypeId
(ActionTypeId actionTypeId) ActionType.withId
(ActionTypeId id)