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