Uses of Class
com.amazonaws.services.codepipeline.model.AcknowledgeThirdPartyJobResult
-
Packages that use AcknowledgeThirdPartyJobResult Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of AcknowledgeThirdPartyJobResult in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline that return AcknowledgeThirdPartyJobResult Modifier and Type Method Description AcknowledgeThirdPartyJobResult
AbstractAWSCodePipeline. acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest request)
AcknowledgeThirdPartyJobResult
AWSCodePipeline. acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest)
Confirms a job worker has received the specified job.AcknowledgeThirdPartyJobResult
AWSCodePipelineClient. acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest)
Confirms a job worker has received the specified job.Method parameters in com.amazonaws.services.codepipeline with type arguments of type AcknowledgeThirdPartyJobResult Modifier and Type Method Description Future<AcknowledgeThirdPartyJobResult>
AbstractAWSCodePipelineAsync. acknowledgeThirdPartyJobAsync(AcknowledgeThirdPartyJobRequest request, AsyncHandler<AcknowledgeThirdPartyJobRequest,AcknowledgeThirdPartyJobResult> asyncHandler)
Future<AcknowledgeThirdPartyJobResult>
AWSCodePipelineAsync. acknowledgeThirdPartyJobAsync(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest, AsyncHandler<AcknowledgeThirdPartyJobRequest,AcknowledgeThirdPartyJobResult> asyncHandler)
Confirms a job worker has received the specified job.Future<AcknowledgeThirdPartyJobResult>
AWSCodePipelineAsyncClient. acknowledgeThirdPartyJobAsync(AcknowledgeThirdPartyJobRequest request, AsyncHandler<AcknowledgeThirdPartyJobRequest,AcknowledgeThirdPartyJobResult> asyncHandler)
-
Uses of AcknowledgeThirdPartyJobResult in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return AcknowledgeThirdPartyJobResult Modifier and Type Method Description AcknowledgeThirdPartyJobResult
AcknowledgeThirdPartyJobResult. clone()
AcknowledgeThirdPartyJobResult
AcknowledgeThirdPartyJobResult. withStatus(JobStatus status)
The status information for the third party job, if any.AcknowledgeThirdPartyJobResult
AcknowledgeThirdPartyJobResult. withStatus(String status)
The status information for the third party job, if any.
-