Uses of Interface
software.amazon.awscdk.services.codebuild.IFileSystemLocation
Packages that use IFileSystemLocation
-
Uses of IFileSystemLocation in software.amazon.awscdk.services.codebuild
Subinterfaces of IFileSystemLocation in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSystemLocation.Classes in software.amazon.awscdk.services.codebuild that implement IFileSystemLocationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.codebuild that return IFileSystemLocationModifier and TypeMethodDescriptionstatic IFileSystemLocationFileSystemLocation.efs(EfsFileSystemLocationProps props) EFS file system provider.Methods in software.amazon.awscdk.services.codebuild that return types with arguments of type IFileSystemLocationModifier and TypeMethodDescriptiondefault List<IFileSystemLocation>CommonProjectProps.getFileSystemLocations()An ProjectFileSystemLocation objects for a CodeBuild build project.final List<IFileSystemLocation>CommonProjectProps.Jsii$Proxy.getFileSystemLocations()final List<IFileSystemLocation>PipelineProjectProps.Jsii$Proxy.getFileSystemLocations()final List<IFileSystemLocation>ProjectProps.Jsii$Proxy.getFileSystemLocations()Methods in software.amazon.awscdk.services.codebuild with parameters of type IFileSystemLocationModifier and TypeMethodDescriptionvoidProject.addFileSystemLocation(IFileSystemLocation fileSystemLocation) Adds a fileSystemLocation to the Project.Method parameters in software.amazon.awscdk.services.codebuild with type arguments of type IFileSystemLocationModifier and TypeMethodDescriptionCommonProjectProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()PipelineProject.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) An ProjectFileSystemLocation objects for a CodeBuild build project.PipelineProjectProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()Project.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) An ProjectFileSystemLocation objects for a CodeBuild build project.ProjectProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()