Uses of Class
com.amazonaws.services.codepipeline.model.ActionTypeSettings
-
Packages that use ActionTypeSettings Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionTypeSettings in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionTypeSettings Modifier and Type Method Description ActionTypeSettingsActionTypeSettings. clone()ActionTypeSettingsActionType. getSettings()The settings for the action type.ActionTypeSettingsCreateCustomActionTypeRequest. getSettings()ActionTypeSettingsActionTypeSettings. withEntityUrlTemplate(String entityUrlTemplate)The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group.ActionTypeSettingsActionTypeSettings. withExecutionUrlTemplate(String executionUrlTemplate)The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy.ActionTypeSettingsActionTypeSettings. withRevisionUrlTemplate(String revisionUrlTemplate)The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.ActionTypeSettingsActionTypeSettings. withThirdPartyConfigurationUrl(String thirdPartyConfigurationUrl)The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionTypeSettings Modifier and Type Method Description voidActionType. setSettings(ActionTypeSettings settings)The settings for the action type.voidCreateCustomActionTypeRequest. setSettings(ActionTypeSettings settings)ActionTypeActionType. withSettings(ActionTypeSettings settings)The settings for the action type.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withSettings(ActionTypeSettings settings)
-