Uses of Class
com.amazonaws.services.codepipeline.model.ActionConfigurationProperty
-
Packages that use ActionConfigurationProperty Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionConfigurationProperty in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionConfigurationProperty Modifier and Type Method Description ActionConfigurationProperty
ActionConfigurationProperty. clone()
ActionConfigurationProperty
ActionConfigurationProperty. withDescription(String description)
The description of the action configuration property that will be displayed to users.ActionConfigurationProperty
ActionConfigurationProperty. withKey(Boolean key)
Whether the configuration property is a key.ActionConfigurationProperty
ActionConfigurationProperty. withName(String name)
The name of the action configuration property.ActionConfigurationProperty
ActionConfigurationProperty. withQueryable(Boolean queryable)
Indicates that the proprety will be used in conjunction with PollForJobs.ActionConfigurationProperty
ActionConfigurationProperty. withRequired(Boolean required)
Whether the configuration property is a required value.ActionConfigurationProperty
ActionConfigurationProperty. withSecret(Boolean secret)
Whether the configuration property is secret.ActionConfigurationProperty
ActionConfigurationProperty. withType(ActionConfigurationPropertyType type)
The type of the configuration property.ActionConfigurationProperty
ActionConfigurationProperty. withType(String type)
The type of the configuration property.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ActionConfigurationProperty Modifier and Type Method Description List<ActionConfigurationProperty>
ActionType. getActionConfigurationProperties()
The configuration properties for the action type.List<ActionConfigurationProperty>
CreateCustomActionTypeRequest. getConfigurationProperties()
The configuration properties for the custom action.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionConfigurationProperty Modifier and Type Method Description ActionType
ActionType. withActionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withConfigurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ActionConfigurationProperty Modifier and Type Method Description void
ActionType. setActionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.void
CreateCustomActionTypeRequest. setConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.ActionType
ActionType. withActionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
-