Uses of Class
com.amazonaws.services.codepipeline.model.ActionType
Packages that use ActionType
-
Uses of ActionType in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionTypeModifier and TypeMethodDescriptionActionType.clone()
CreateCustomActionTypeResult.getActionType()
ActionType.withActionConfigurationProperties
(ActionConfigurationProperty... actionConfigurationProperties) The configuration properties for the action type.ActionType.withActionConfigurationProperties
(Collection<ActionConfigurationProperty> actionConfigurationProperties) The configuration properties for the action type.ActionType.withId
(ActionTypeId id) ActionType.withInputArtifactDetails
(ArtifactDetails inputArtifactDetails) The details of the input artifact for the action, such as its commit ID.ActionType.withOutputArtifactDetails
(ArtifactDetails outputArtifactDetails) The details of the output artifact of the action, such as its commit ID.ActionType.withSettings
(ActionTypeSettings settings) The settings for the action type.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionListActionTypesResult.getActionTypes()
Provides details of the action types.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
CreateCustomActionTypeResult.setActionType
(ActionType actionType) CreateCustomActionTypeResult.withActionType
(ActionType actionType) ListActionTypesResult.withActionTypes
(ActionType... actionTypes) Provides details of the action types.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ActionTypeModifier and TypeMethodDescriptionvoid
ListActionTypesResult.setActionTypes
(Collection<ActionType> actionTypes) Provides details of the action types.ListActionTypesResult.withActionTypes
(Collection<ActionType> actionTypes) Provides details of the action types.