Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionConfigurationProperty
-
Packages that use ActionConfigurationProperty Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionConfigurationProperty in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionConfigurationProperty Modifier and Type Method Description List<ActionConfigurationProperty>ActionType. actionConfigurationProperties()The configuration properties for the action type.List<ActionConfigurationProperty>CreateCustomActionTypeRequest. configurationProperties()The configuration properties for the custom action.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionConfigurationProperty Modifier and Type Method Description ActionType.BuilderActionType.Builder. actionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)The configuration properties for the action type.CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. configurationProperties(ActionConfigurationProperty... configurationProperties)The configuration properties for the custom action.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionConfigurationProperty Modifier and Type Method Description ActionType.BuilderActionType.Builder. actionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)The configuration properties for the action type.CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. configurationProperties(Collection<ActionConfigurationProperty> configurationProperties)The configuration properties for the custom action.
-