Uses of Interface
software.amazon.awscdk.services.efs.CfnFileSystem.ElasticFileSystemTagProperty
Packages that use CfnFileSystem.ElasticFileSystemTagProperty
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnFileSystem.ElasticFileSystemTagProperty in software.amazon.awscdk.services.efs
Classes in software.amazon.awscdk.services.efs that implement CfnFileSystem.ElasticFileSystemTagPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFileSystem.ElasticFileSystemTagPropertyMethods in software.amazon.awscdk.services.efs that return CfnFileSystem.ElasticFileSystemTagPropertyModifier and TypeMethodDescriptionCfnFileSystem.ElasticFileSystemTagProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.efs that return types with arguments of type CfnFileSystem.ElasticFileSystemTagPropertyModifier and TypeMethodDescriptionCfnFileSystemProps.getFileSystemTags()Use to create one or more tags associated with the file system.CfnFileSystemProps.Jsii$Proxy.getFileSystemTags()CfnFileSystem.getFileSystemTagsRaw()Use to create one or more tags associated with the file system.Method parameters in software.amazon.awscdk.services.efs with type arguments of type CfnFileSystem.ElasticFileSystemTagPropertyModifier and TypeMethodDescriptionCfnFileSystem.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags) Use to create one or more tags associated with the file system.CfnFileSystemProps.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags) Sets the value ofCfnFileSystemProps.getFileSystemTags()voidCfnFileSystem.setFileSystemTagsRaw(List<CfnFileSystem.ElasticFileSystemTagProperty> value) Use to create one or more tags associated with the file system.