Uses of Class
software.amazon.awssdk.services.codedeploy.model.TriggerConfig
-
Packages that use TriggerConfig Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TriggerConfig in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type TriggerConfig Modifier and Type Method Description List<TriggerConfig>CreateDeploymentGroupRequest. triggerConfigurations()Information about triggers to create when the deployment group is created.List<TriggerConfig>DeploymentGroupInfo. triggerConfigurations()Information about triggers associated with the deployment group.List<TriggerConfig>UpdateDeploymentGroupRequest. triggerConfigurations()Information about triggers to change when the deployment group is updated.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TriggerConfig Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. triggerConfigurations(TriggerConfig... triggerConfigurations)Information about triggers to create when the deployment group is created.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. triggerConfigurations(TriggerConfig... triggerConfigurations)Information about triggers associated with the deployment group.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. triggerConfigurations(TriggerConfig... triggerConfigurations)Information about triggers to change when the deployment group is updated.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TriggerConfig Modifier and Type Method Description CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to create when the deployment group is created.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers associated with the deployment group.UpdateDeploymentGroupRequest.BuilderUpdateDeploymentGroupRequest.Builder. triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to change when the deployment group is updated.
-