Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeId
-
Packages that use ActionTypeId Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeId in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeId Modifier and Type Method Description ActionTypeIdActionDeclaration. actionTypeId()Specifies the action type and the provider of the action.ActionTypeIdActionExecutionInput. actionTypeId()Returns the value of the ActionTypeId property for this object.ActionTypeIdJobData. actionTypeId()Represents information about an action type.ActionTypeIdPollForJobsRequest. actionTypeId()Represents information about an action type.ActionTypeIdPollForThirdPartyJobsRequest. actionTypeId()Represents information about an action type.ActionTypeIdThirdPartyJobData. actionTypeId()Represents information about an action type.ActionTypeIdActionType. id()Represents information about an action type.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeId Modifier and Type Method Description ActionDeclaration.BuilderActionDeclaration.Builder. actionTypeId(ActionTypeId actionTypeId)Specifies the action type and the provider of the action.ActionExecutionInput.BuilderActionExecutionInput.Builder. actionTypeId(ActionTypeId actionTypeId)Sets the value of the ActionTypeId property for this object.JobData.BuilderJobData.Builder. actionTypeId(ActionTypeId actionTypeId)Represents information about an action type.PollForJobsRequest.BuilderPollForJobsRequest.Builder. actionTypeId(ActionTypeId actionTypeId)Represents information about an action type.PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. actionTypeId(ActionTypeId actionTypeId)Represents information about an action type.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. actionTypeId(ActionTypeId actionTypeId)Represents information about an action type.ActionType.BuilderActionType.Builder. id(ActionTypeId id)Represents information about an action type.
-