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 ActionConfigurationPropertyActionConfigurationProperty. clone()ActionConfigurationPropertyActionConfigurationProperty. withDescription(String description)The description of the action configuration property that will be displayed to users.ActionConfigurationPropertyActionConfigurationProperty. withKey(Boolean key)Whether the configuration property is a key.ActionConfigurationPropertyActionConfigurationProperty. withName(String name)The name of the action configuration property.ActionConfigurationPropertyActionConfigurationProperty. withQueryable(Boolean queryable)Indicates that the proprety will be used in conjunction with PollForJobs.ActionConfigurationPropertyActionConfigurationProperty. withRequired(Boolean required)Whether the configuration property is a required value.ActionConfigurationPropertyActionConfigurationProperty. withSecret(Boolean secret)Whether the configuration property is secret.ActionConfigurationPropertyActionConfigurationProperty. withType(ActionConfigurationPropertyType type)The type of the configuration property.ActionConfigurationPropertyActionConfigurationProperty. 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 ActionTypeActionType. withActionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)The configuration properties for the action type.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. 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 voidActionType. setActionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)The configuration properties for the action type.voidCreateCustomActionTypeRequest. setConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)The configuration properties for the custom action.ActionTypeActionType. withActionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)The configuration properties for the action type.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)The configuration properties for the custom action.
-