Uses of Class
software.amazon.awssdk.services.codebuild.model.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseCodeBuildClient. listProjects()Gets a list of build project names, with each build project name representing a single build project.default ListProjectsResponseCodeBuildClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Gets a list of build project names, with each build project name representing a single build project.default ListProjectsResponseCodeBuildClient. listProjects(ListProjectsRequest listProjectsRequest)Gets a list of build project names, with each build project name representing a single build project.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type ListProjectsResponse Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>CodeBuildAsyncClient. listProjects()Gets a list of build project names, with each build project name representing a single build project.default CompletableFuture<ListProjectsResponse>CodeBuildAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Gets a list of build project names, with each build project name representing a single build project.default CompletableFuture<ListProjectsResponse>CodeBuildAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Gets a list of build project names, with each build project name representing a single build project. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.codebuild.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-