Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectFileSystemLocation
-
Packages that use ProjectFileSystemLocation Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectFileSystemLocation in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectFileSystemLocation Modifier and Type Method Description List<ProjectFileSystemLocation>Build. fileSystemLocations()An array ofProjectFileSystemLocationobjects for a CodeBuild build project.List<ProjectFileSystemLocation>BuildBatch. fileSystemLocations()An array ofProjectFileSystemLocationobjects for the batch build project.List<ProjectFileSystemLocation>CreateProjectRequest. fileSystemLocations()An array ofProjectFileSystemLocationobjects for a CodeBuild build project.List<ProjectFileSystemLocation>Project. fileSystemLocations()An array ofProjectFileSystemLocationobjects for a CodeBuild build project.List<ProjectFileSystemLocation>UpdateProjectRequest. fileSystemLocations()An array ofProjectFileSystemLocationobjects for a CodeBuild build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectFileSystemLocation Modifier and Type Method Description Build.BuilderBuild.Builder. fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.BuildBatch.BuilderBuildBatch.Builder. fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)An array ofProjectFileSystemLocationobjects for the batch build project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.Project.BuilderProject.Builder. fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectFileSystemLocation Modifier and Type Method Description Build.BuilderBuild.Builder. fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.BuildBatch.BuilderBuildBatch.Builder. fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)An array ofProjectFileSystemLocationobjects for the batch build project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.Project.BuilderProject.Builder. fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)An array ofProjectFileSystemLocationobjects for a CodeBuild build project.
-