Uses of Interface
software.amazon.awscdk.services.eventschemas.CfnSchema.TagsEntryProperty
Packages that use CfnSchema.TagsEntryProperty
Package
Description
AWS::EventSchemas Construct Library
-
Uses of CfnSchema.TagsEntryProperty in software.amazon.awscdk.services.eventschemas
Classes in software.amazon.awscdk.services.eventschemas that implement CfnSchema.TagsEntryPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnSchema.TagsEntryPropertyMethods in software.amazon.awscdk.services.eventschemas that return CfnSchema.TagsEntryPropertyModifier and TypeMethodDescriptionCfnSchema.TagsEntryProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eventschemas that return types with arguments of type CfnSchema.TagsEntryPropertyModifier and TypeMethodDescriptiondefault List<CfnSchema.TagsEntryProperty>CfnSchemaProps.getTags()Tags associated with the schema.final List<CfnSchema.TagsEntryProperty>CfnSchemaProps.Jsii$Proxy.getTags()CfnSchema.getTagsRaw()Tags associated with the schema.Method parameters in software.amazon.awscdk.services.eventschemas with type arguments of type CfnSchema.TagsEntryPropertyModifier and TypeMethodDescriptionvoidCfnSchema.setTagsRaw(List<CfnSchema.TagsEntryProperty> value) Tags associated with the schema.CfnSchema.Builder.tags(List<? extends CfnSchema.TagsEntryProperty> tags) Tags associated with the schema.CfnSchemaProps.Builder.tags(List<? extends CfnSchema.TagsEntryProperty> tags) Sets the value ofCfnSchemaProps.getTags()