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