Uses of Interface
software.amazon.awscdk.services.codebuild.IFileSystemLocation
Packages that use IFileSystemLocation
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
-
Uses of IFileSystemLocation in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return types with arguments of type IFileSystemLocationModifier and TypeMethodDescriptiondefault List<IFileSystemLocation> CodeBuildOptions.getFileSystemLocations()ProjectFileSystemLocation objects for CodeBuild build projects.final List<IFileSystemLocation> CodeBuildOptions.Jsii$Proxy.getFileSystemLocations()CodeBuildStep.getFileSystemLocations()ProjectFileSystemLocation objects for CodeBuild build projects.default List<IFileSystemLocation> CodeBuildStepProps.getFileSystemLocations()ProjectFileSystemLocation objects for CodeBuild build projects.final List<IFileSystemLocation> CodeBuildStepProps.Jsii$Proxy.getFileSystemLocations()Method parameters in software.amazon.awscdk.pipelines with type arguments of type IFileSystemLocationModifier and TypeMethodDescriptionCodeBuildOptions.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCodeBuildOptions.getFileSystemLocations()CodeBuildStep.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) ProjectFileSystemLocation objects for CodeBuild build projects.CodeBuildStepProps.Builder.fileSystemLocations(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCodeBuildStepProps.getFileSystemLocations() -
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()