Uses of Interface
software.amazon.awscdk.services.forecast.CfnDataset.TagsItemsProperty
Packages that use CfnDataset.TagsItemsProperty
-
Uses of CfnDataset.TagsItemsProperty in software.amazon.awscdk.services.forecast
Classes in software.amazon.awscdk.services.forecast that implement CfnDataset.TagsItemsPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnDataset.TagsItemsProperty
Methods in software.amazon.awscdk.services.forecast that return CfnDataset.TagsItemsPropertyModifier and TypeMethodDescriptionCfnDataset.TagsItemsProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.forecast that return types with arguments of type CfnDataset.TagsItemsPropertyModifier and TypeMethodDescriptionCfnDataset.getTags()
An array of key-value pairs to apply to this resource.default List<CfnDataset.TagsItemsProperty>
CfnDatasetProps.getTags()
An array of key-value pairs to apply to this resource.final List<CfnDataset.TagsItemsProperty>
CfnDatasetProps.Jsii$Proxy.getTags()
Method parameters in software.amazon.awscdk.services.forecast with type arguments of type CfnDataset.TagsItemsPropertyModifier and TypeMethodDescriptionvoid
CfnDataset.setTags
(List<CfnDataset.TagsItemsProperty> value) An array of key-value pairs to apply to this resource.CfnDataset.Builder.tags
(List<? extends CfnDataset.TagsItemsProperty> tags) An array of key-value pairs to apply to this resource.CfnDatasetProps.Builder.tags
(List<? extends CfnDataset.TagsItemsProperty> tags) Sets the value ofCfnDatasetProps.getTags()