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