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