Uses of Interface
software.amazon.awscdk.services.stepfunctions.CfnActivity.TagsEntryProperty
Packages that use CfnActivity.TagsEntryProperty
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnActivity.TagsEntryProperty in software.amazon.awscdk.services.stepfunctions
Classes in software.amazon.awscdk.services.stepfunctions that implement CfnActivity.TagsEntryPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnActivity.TagsEntryPropertyMethods in software.amazon.awscdk.services.stepfunctions that return CfnActivity.TagsEntryPropertyModifier and TypeMethodDescriptionCfnActivity.TagsEntryProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions that return types with arguments of type CfnActivity.TagsEntryPropertyModifier and TypeMethodDescriptiondefault List<CfnActivity.TagsEntryProperty>CfnActivityProps.getTags()The list of tags to add to a resource.CfnActivityProps.Jsii$Proxy.getTags()CfnActivity.getTagsRaw()The list of tags to add to a resource.Method parameters in software.amazon.awscdk.services.stepfunctions with type arguments of type CfnActivity.TagsEntryPropertyModifier and TypeMethodDescriptionvoidCfnActivity.setTagsRaw(List<CfnActivity.TagsEntryProperty> value) The list of tags to add to a resource.CfnActivity.Builder.tags(List<? extends CfnActivity.TagsEntryProperty> tags) The list of tags to add to a resource.CfnActivityProps.Builder.tags(List<? extends CfnActivity.TagsEntryProperty> tags) Sets the value ofCfnActivityProps.getTags()