Uses of Class
software.amazon.awssdk.services.codepipeline.model.AcknowledgeJobRequest
-
Packages that use AcknowledgeJobRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of AcknowledgeJobRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type AcknowledgeJobRequest Modifier and Type Method Description default CompletableFuture<AcknowledgeJobResponse>CodePipelineAsyncClient. acknowledgeJob(AcknowledgeJobRequest acknowledgeJobRequest)Returns information about a specified job and whether that job has been received by the job worker.default AcknowledgeJobResponseCodePipelineClient. acknowledgeJob(AcknowledgeJobRequest acknowledgeJobRequest)Returns information about a specified job and whether that job has been received by the job worker. -
Uses of AcknowledgeJobRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type AcknowledgeJobRequest Modifier and Type Method Description SdkHttpFullRequestAcknowledgeJobRequestMarshaller. marshall(AcknowledgeJobRequest acknowledgeJobRequest)
-