Uses of Interface
software.amazon.awssdk.services.codebuild.model.ListBuildBatchesForProjectRequest.Builder
-
Packages that use ListBuildBatchesForProjectRequest.Builder Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.model -
-
Uses of ListBuildBatchesForProjectRequest.Builder in software.amazon.awssdk.services.codebuild
Method parameters in software.amazon.awssdk.services.codebuild with type arguments of type ListBuildBatchesForProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBuildBatchesForProjectResponse>CodeBuildAsyncClient. listBuildBatchesForProject(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project.default ListBuildBatchesForProjectResponseCodeBuildClient. listBuildBatchesForProject(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project.default ListBuildBatchesForProjectPublisherCodeBuildAsyncClient. listBuildBatchesForProjectPaginator(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project.default ListBuildBatchesForProjectIterableCodeBuildClient. listBuildBatchesForProjectPaginator(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)Retrieves the identifiers of the build batches for a specific project. -
Uses of ListBuildBatchesForProjectRequest.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ListBuildBatchesForProjectRequest.Builder Modifier and Type Method Description static ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest. builder()default ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. filter(Consumer<BuildBatchFilter.Builder> filter)ABuildBatchFilterobject that specifies the filters for the search.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. filter(BuildBatchFilter filter)ABuildBatchFilterobject that specifies the filters for the search.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous call toListBuildBatchesForProject.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. projectName(String projectName)The name of the project.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. sortOrder(String sortOrder)Specifies the sort order of the returned items.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. sortOrder(SortOrderType sortOrder)Specifies the sort order of the returned items.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ListBuildBatchesForProjectRequest.Builder Modifier and Type Method Description static Class<? extends ListBuildBatchesForProjectRequest.Builder>ListBuildBatchesForProjectRequest. serializableBuilderClass()
-