Uses of Interface
software.amazon.awscdk.services.efs.CfnAccessPoint.AccessPointTagProperty
Packages that use CfnAccessPoint.AccessPointTagProperty
Package
Description
Amazon Elastic File System Construct Library
-
Uses of CfnAccessPoint.AccessPointTagProperty in software.amazon.awscdk.services.efs
Classes in software.amazon.awscdk.services.efs that implement CfnAccessPoint.AccessPointTagPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAccessPoint.AccessPointTagPropertyMethods in software.amazon.awscdk.services.efs that return CfnAccessPoint.AccessPointTagPropertyModifier and TypeMethodDescriptionCfnAccessPoint.AccessPointTagProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.efs that return types with arguments of type CfnAccessPoint.AccessPointTagPropertyModifier and TypeMethodDescriptionCfnAccessPointProps.getAccessPointTags()An array of key-value pairs to apply to this resource.CfnAccessPointProps.Jsii$Proxy.getAccessPointTags()CfnAccessPoint.getAccessPointTagsRaw()An array of key-value pairs to apply to this resource.Method parameters in software.amazon.awscdk.services.efs with type arguments of type CfnAccessPoint.AccessPointTagPropertyModifier and TypeMethodDescriptionCfnAccessPoint.Builder.accessPointTags(List<? extends CfnAccessPoint.AccessPointTagProperty> accessPointTags) An array of key-value pairs to apply to this resource.CfnAccessPointProps.Builder.accessPointTags(List<? extends CfnAccessPoint.AccessPointTagProperty> accessPointTags) Sets the value ofCfnAccessPointProps.getAccessPointTags()voidCfnAccessPoint.setAccessPointTagsRaw(List<CfnAccessPoint.AccessPointTagProperty> value) An array of key-value pairs to apply to this resource.