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 AcknowledgeThirdPartyJobResultAbstractAWSCodePipeline. acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest request)AcknowledgeThirdPartyJobResultAWSCodePipeline. acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest)Confirms a job worker has received the specified job.AcknowledgeThirdPartyJobResultAWSCodePipelineClient. 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 AcknowledgeThirdPartyJobResultAcknowledgeThirdPartyJobResult. clone()AcknowledgeThirdPartyJobResultAcknowledgeThirdPartyJobResult. withStatus(JobStatus status)The status information for the third party job, if any.AcknowledgeThirdPartyJobResultAcknowledgeThirdPartyJobResult. withStatus(String status)The status information for the third party job, if any.
-