Uses of Class
software.amazon.awssdk.services.codebuild.model.UpdateProjectResponse
-
Packages that use UpdateProjectResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of UpdateProjectResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return UpdateProjectResponse Modifier and Type Method Description default UpdateProjectResponseCodeBuildClient. updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)Changes the settings of a build project.default UpdateProjectResponseCodeBuildClient. updateProject(UpdateProjectRequest updateProjectRequest)Changes the settings of a build project.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type UpdateProjectResponse Modifier and Type Method Description default CompletableFuture<UpdateProjectResponse>CodeBuildAsyncClient. updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)Changes the settings of a build project.default CompletableFuture<UpdateProjectResponse>CodeBuildAsyncClient. updateProject(UpdateProjectRequest updateProjectRequest)Changes the settings of a build project.
-