Uses of Class
software.amazon.awssdk.services.codebuild.model.BatchGetProjectsResponse
-
Packages that use BatchGetProjectsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of BatchGetProjectsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return BatchGetProjectsResponse Modifier and Type Method Description default BatchGetProjectsResponseCodeBuildClient. batchGetProjects(Consumer<BatchGetProjectsRequest.Builder> batchGetProjectsRequest)Gets information about one or more build projects.default BatchGetProjectsResponseCodeBuildClient. batchGetProjects(BatchGetProjectsRequest batchGetProjectsRequest)Gets information about one or more build projects.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type BatchGetProjectsResponse Modifier and Type Method Description default CompletableFuture<BatchGetProjectsResponse>CodeBuildAsyncClient. batchGetProjects(Consumer<BatchGetProjectsRequest.Builder> batchGetProjectsRequest)Gets information about one or more build projects.default CompletableFuture<BatchGetProjectsResponse>CodeBuildAsyncClient. batchGetProjects(BatchGetProjectsRequest batchGetProjectsRequest)Gets information about one or more build projects.
-