Uses of Class
software.amazon.awssdk.services.codebuild.model.BatchGetBuildBatchesRequest
-
Packages that use BatchGetBuildBatchesRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.transform -
-
Uses of BatchGetBuildBatchesRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type BatchGetBuildBatchesRequest Modifier and Type Method Description default CompletableFuture<BatchGetBuildBatchesResponse>CodeBuildAsyncClient. batchGetBuildBatches(BatchGetBuildBatchesRequest batchGetBuildBatchesRequest)Retrieves information about one or more batch builds.default BatchGetBuildBatchesResponseCodeBuildClient. batchGetBuildBatches(BatchGetBuildBatchesRequest batchGetBuildBatchesRequest)Retrieves information about one or more batch builds. -
Uses of BatchGetBuildBatchesRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type BatchGetBuildBatchesRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetBuildBatchesRequestMarshaller. marshall(BatchGetBuildBatchesRequest batchGetBuildBatchesRequest)
-