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 ActionTypeIdActionTypeId. clone()ActionTypeIdActionDeclaration. getActionTypeId()The configuration information for the action type.ActionTypeIdJobData. getActionTypeId()ActionTypeIdPollForJobsRequest. getActionTypeId()ActionTypeIdPollForThirdPartyJobsRequest. getActionTypeId()ActionTypeIdThirdPartyJobData. getActionTypeId()ActionTypeIdActionType. getId()ActionTypeIdActionTypeId. withCategory(ActionCategory category)A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionTypeIdActionTypeId. withCategory(String category)A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionTypeIdActionTypeId. withOwner(ActionOwner owner)The creator of the action being called.ActionTypeIdActionTypeId. withOwner(String owner)The creator of the action being called.ActionTypeIdActionTypeId. withProvider(String provider)The provider of the service being called by the action.ActionTypeIdActionTypeId. 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 voidActionDeclaration. setActionTypeId(ActionTypeId actionTypeId)The configuration information for the action type.voidJobData. setActionTypeId(ActionTypeId actionTypeId)voidPollForJobsRequest. setActionTypeId(ActionTypeId actionTypeId)voidPollForThirdPartyJobsRequest. setActionTypeId(ActionTypeId actionTypeId)voidThirdPartyJobData. setActionTypeId(ActionTypeId actionTypeId)voidActionType. setId(ActionTypeId id)ActionDeclarationActionDeclaration. withActionTypeId(ActionTypeId actionTypeId)The configuration information for the action type.JobDataJobData. withActionTypeId(ActionTypeId actionTypeId)PollForJobsRequestPollForJobsRequest. withActionTypeId(ActionTypeId actionTypeId)PollForThirdPartyJobsRequestPollForThirdPartyJobsRequest. withActionTypeId(ActionTypeId actionTypeId)ThirdPartyJobDataThirdPartyJobData. withActionTypeId(ActionTypeId actionTypeId)ActionTypeActionType. withId(ActionTypeId id)
-