default AcknowledgeJobResponse |
CodePipelineClient.acknowledgeJob(Consumer<AcknowledgeJobRequest.Builder> acknowledgeJobRequest) |
Returns information about a specified job and whether that job has been received by the job worker.
|
default AcknowledgeJobResponse |
CodePipelineClient.acknowledgeJob(AcknowledgeJobRequest acknowledgeJobRequest) |
Returns information about a specified job and whether that job has been received by the job worker.
|
default AcknowledgeThirdPartyJobResponse |
CodePipelineClient.acknowledgeThirdPartyJob(Consumer<AcknowledgeThirdPartyJobRequest.Builder> acknowledgeThirdPartyJobRequest) |
Confirms a job worker has received the specified job.
|
default AcknowledgeThirdPartyJobResponse |
CodePipelineClient.acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest) |
Confirms a job worker has received the specified job.
|