Uses of Class
com.cloudforgeci.api.storage.EfsFactory
Packages that use EfsFactory
-
Uses of EfsFactory in com.cloudforgeci.api.compute
Methods in com.cloudforgeci.api.compute that return EfsFactoryModifier and TypeMethodDescriptionApplicationFactory.ApplicationSystem.efs()Returns the value of theefsrecord component.Constructors in com.cloudforgeci.api.compute with parameters of type EfsFactoryModifierConstructorDescriptionApplicationSystem(VpcFactory vpc, AlbFactory alb, EfsFactory efs) Creates an instance of aApplicationSystemrecord class. -
Uses of EfsFactory in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return EfsFactoryModifier and TypeMethodDescriptionSystemContext.createEfsFactory(software.constructs.Construct scope, String idPrefix) Creates an EFS factory with proper context injection.SystemContext.InfrastructureFactories.efs()Returns the value of theefsrecord component.Constructors in com.cloudforgeci.api.core with parameters of type EfsFactoryModifierConstructorDescriptionInfrastructureFactories(VpcFactory vpc, AlbFactory alb, EfsFactory efs, LoggingCwFactory logging) Creates an instance of aInfrastructureFactoriesrecord class.