Uses of Class
com.amazonaws.services.codepipeline.model.AcknowledgeThirdPartyJobResult
Packages that use AcknowledgeThirdPartyJobResult
-
Uses of AcknowledgeThirdPartyJobResult in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline that return AcknowledgeThirdPartyJobResultModifier and TypeMethodDescriptionAbstractAWSCodePipeline.acknowledgeThirdPartyJob
(AcknowledgeThirdPartyJobRequest request) AWSCodePipeline.acknowledgeThirdPartyJob
(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest) Confirms a job worker has received the specified job.AWSCodePipelineClient.acknowledgeThirdPartyJob
(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest) Confirms a job worker has received the specified job.Methods in com.amazonaws.services.codepipeline that return types with arguments of type AcknowledgeThirdPartyJobResultModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest request) AbstractAWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest request, AsyncHandler<AcknowledgeThirdPartyJobRequest, AcknowledgeThirdPartyJobResult> asyncHandler) AWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest) Confirms a job worker has received the specified job.AWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest, AsyncHandler<AcknowledgeThirdPartyJobRequest, AcknowledgeThirdPartyJobResult> asyncHandler) Confirms a job worker has received the specified job.AWSCodePipelineAsyncClient.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest request) AWSCodePipelineAsyncClient.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest request, AsyncHandler<AcknowledgeThirdPartyJobRequest, AcknowledgeThirdPartyJobResult> asyncHandler) Method parameters in com.amazonaws.services.codepipeline with type arguments of type AcknowledgeThirdPartyJobResultModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest request, AsyncHandler<AcknowledgeThirdPartyJobRequest, AcknowledgeThirdPartyJobResult> asyncHandler) AWSCodePipelineAsync.acknowledgeThirdPartyJobAsync
(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest, AsyncHandler<AcknowledgeThirdPartyJobRequest, AcknowledgeThirdPartyJobResult> asyncHandler) Confirms a job worker has received the specified job.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 AcknowledgeThirdPartyJobResultModifier and TypeMethodDescriptionAcknowledgeThirdPartyJobResult.clone()
AcknowledgeThirdPartyJobResult.withStatus
(JobStatus status) The status information for the third party job, if any.AcknowledgeThirdPartyJobResult.withStatus
(String status) The status information for the third party job, if any.