Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectEnvironment
-
Packages that use ProjectEnvironment Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectEnvironment in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectEnvironment Modifier and Type Method Description ProjectEnvironmentBuild. environment()Information about the build environment for this build.ProjectEnvironmentBuildBatch. environment()Returns the value of the Environment property for this object.ProjectEnvironmentCreateProjectRequest. environment()Information about the build environment for the build project.ProjectEnvironmentProject. environment()Information about the build environment for this build project.ProjectEnvironmentUpdateProjectRequest. environment()Information to be changed about the build environment for the build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectEnvironment Modifier and Type Method Description Build.BuilderBuild.Builder. environment(ProjectEnvironment environment)Information about the build environment for this build.BuildBatch.BuilderBuildBatch.Builder. environment(ProjectEnvironment environment)Sets the value of the Environment property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. environment(ProjectEnvironment environment)Information about the build environment for the build project.Project.BuilderProject.Builder. environment(ProjectEnvironment environment)Information about the build environment for this build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. environment(ProjectEnvironment environment)Information to be changed about the build environment for the build project.
-