Uses of Class
software.amazon.awssdk.services.codebuild.model.StopBuildBatchRequest
-
Packages that use StopBuildBatchRequest Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.transform -
-
Uses of StopBuildBatchRequest in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild with parameters of type StopBuildBatchRequest Modifier and Type Method Description default CompletableFuture<StopBuildBatchResponse>CodeBuildAsyncClient. stopBuildBatch(StopBuildBatchRequest stopBuildBatchRequest)Stops a running batch build.default StopBuildBatchResponseCodeBuildClient. stopBuildBatch(StopBuildBatchRequest stopBuildBatchRequest)Stops a running batch build. -
Uses of StopBuildBatchRequest in software.amazon.awssdk.services.codebuild.transform
Methods in software.amazon.awssdk.services.codebuild.transform with parameters of type StopBuildBatchRequest Modifier and Type Method Description SdkHttpFullRequestStopBuildBatchRequestMarshaller. marshall(StopBuildBatchRequest stopBuildBatchRequest)
-