Uses of Class
software.amazon.awssdk.services.codebuild.paginators.ListBuildBatchesForProjectIterable
-
Packages that use ListBuildBatchesForProjectIterable Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of ListBuildBatchesForProjectIterable in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return ListBuildBatchesForProjectIterable Modifier and Type Method Description default ListBuildBatchesForProjectIterableCodeBuildClient. listBuildBatchesForProjectPaginator(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project.default ListBuildBatchesForProjectIterableCodeBuildClient. listBuildBatchesForProjectPaginator(ListBuildBatchesForProjectRequest listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project.
-