Uses of Enum
software.amazon.awscdk.services.codestarnotifications.DetailType
Packages that use DetailType
Package
Description
AWS CodeBuild Construct Library
AWS CodeCommit Construct Library
AWS CodePipeline Construct Library
AWS CodeStarNotifications Construct Library
-
Uses of DetailType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return DetailTypeModifier and TypeMethodDescriptionfinal DetailTypeProjectNotifyOnOptions.Jsii$Proxy.getDetailType()Methods in software.amazon.awscdk.services.codebuild with parameters of type DetailTypeModifier and TypeMethodDescriptionProjectNotifyOnOptions.Builder.detailType(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType() -
Uses of DetailType in software.amazon.awscdk.services.codecommit
Methods in software.amazon.awscdk.services.codecommit that return DetailTypeModifier and TypeMethodDescriptionfinal DetailTypeRepositoryNotifyOnOptions.Jsii$Proxy.getDetailType()Methods in software.amazon.awscdk.services.codecommit with parameters of type DetailTypeModifier and TypeMethodDescriptionRepositoryNotifyOnOptions.Builder.detailType(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType() -
Uses of DetailType in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return DetailTypeModifier and TypeMethodDescriptionfinal DetailTypePipelineNotifyOnOptions.Jsii$Proxy.getDetailType()Methods in software.amazon.awscdk.services.codepipeline with parameters of type DetailTypeModifier and TypeMethodDescriptionPipelineNotifyOnOptions.Builder.detailType(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType() -
Uses of DetailType in software.amazon.awscdk.services.codestarnotifications
Methods in software.amazon.awscdk.services.codestarnotifications that return DetailTypeModifier and TypeMethodDescriptiondefault DetailTypeNotificationRuleOptions.getDetailType()The level of detail to include in the notifications for this resource.final DetailTypeNotificationRuleOptions.Jsii$Proxy.getDetailType()final DetailTypeNotificationRuleProps.Jsii$Proxy.getDetailType()static DetailTypeReturns the enum constant of this type with the specified name.static DetailType[]DetailType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codestarnotifications with parameters of type DetailTypeModifier and TypeMethodDescriptionNotificationRule.Builder.detailType(DetailType detailType) The level of detail to include in the notifications for this resource.NotificationRuleOptions.Builder.detailType(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType()NotificationRuleProps.Builder.detailType(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType()