Uses of Enum
software.amazon.awscdk.services.appconfig.ActionPoint
Packages that use ActionPoint
-
Uses of ActionPoint in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return ActionPointModifier and TypeMethodDescriptionstatic ActionPointReturns the enum constant of this type with the specified name.static ActionPoint[]ActionPoint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.appconfig that return types with arguments of type ActionPointModifier and TypeMethodDescriptionAction.getActionPoints()The action points that will trigger the extension action.ActionProps.getActionPoints()The action points that will trigger the extension action.final List<ActionPoint> ActionProps.Jsii$Proxy.getActionPoints()Methods in software.amazon.awscdk.services.appconfig with parameters of type ActionPointModifier and TypeMethodDescriptionvoidApplication.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to an application.voidApplication.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to an application.voidEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.voidEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.voidExtensibleBase.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.voidExtensibleBase.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.voidHostedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.voidHostedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.default voidIApplication.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to an application.final voidIApplication.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to an application.final voidIApplication.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to an application.voidIApplication.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to an application.voidIApplication.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to an application.default voidIEnvironment.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.final voidIEnvironment.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.final voidIEnvironment.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.voidIEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.voidIEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the environment.default voidIExtensible.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.final voidIExtensible.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.final voidIExtensible.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.voidIExtensible.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.voidIExtensible.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.voidSourcedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination) Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.voidSourcedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options) Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.Method parameters in software.amazon.awscdk.services.appconfig with type arguments of type ActionPointModifier and TypeMethodDescriptionAction.Builder.actionPoints(List<? extends ActionPoint> actionPoints) The action points that will trigger the extension action.ActionProps.Builder.actionPoints(List<? extends ActionPoint> actionPoints) Sets the value ofActionProps.getActionPoints()