Uses of Interface
software.amazon.awscdk.services.budgets.CfnBudgetsAction.ResourceTagProperty
Packages that use CfnBudgetsAction.ResourceTagProperty
-
Uses of CfnBudgetsAction.ResourceTagProperty in software.amazon.awscdk.services.budgets
Classes in software.amazon.awscdk.services.budgets that implement CfnBudgetsAction.ResourceTagPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnBudgetsAction.ResourceTagPropertyMethods in software.amazon.awscdk.services.budgets that return CfnBudgetsAction.ResourceTagPropertyModifier and TypeMethodDescriptionCfnBudgetsAction.ResourceTagProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.budgets that return types with arguments of type CfnBudgetsAction.ResourceTagPropertyModifier and TypeMethodDescriptionCfnBudgetsAction.getResourceTags()An optional list of tags to associate with the specified budget action.default List<CfnBudgetsAction.ResourceTagProperty>CfnBudgetsActionProps.getResourceTags()An optional list of tags to associate with the specified budget action.CfnBudgetsActionProps.Jsii$Proxy.getResourceTags()Method parameters in software.amazon.awscdk.services.budgets with type arguments of type CfnBudgetsAction.ResourceTagPropertyModifier and TypeMethodDescriptionCfnBudgetsAction.Builder.resourceTags(List<? extends CfnBudgetsAction.ResourceTagProperty> resourceTags) An optional list of tags to associate with the specified budget action.CfnBudgetsActionProps.Builder.resourceTags(List<? extends CfnBudgetsAction.ResourceTagProperty> resourceTags) Sets the value ofCfnBudgetsActionProps.getResourceTags()voidCfnBudgetsAction.setResourceTags(List<CfnBudgetsAction.ResourceTagProperty> value) An optional list of tags to associate with the specified budget action.