Uses of Class
com.amazonaws.services.codepipeline.model.AcknowledgeThirdPartyJobRequest
-
Packages that use AcknowledgeThirdPartyJobRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of AcknowledgeThirdPartyJobRequest in com.amazonaws.services.codepipeline
Method parameters in com.amazonaws.services.codepipeline with type arguments of type AcknowledgeThirdPartyJobRequest 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 AcknowledgeThirdPartyJobRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return AcknowledgeThirdPartyJobRequest Modifier and Type Method Description AcknowledgeThirdPartyJobRequest
AcknowledgeThirdPartyJobRequest. clone()
AcknowledgeThirdPartyJobRequest
AcknowledgeThirdPartyJobRequest. withClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.AcknowledgeThirdPartyJobRequest
AcknowledgeThirdPartyJobRequest. withJobId(String jobId)
The unique system-generated ID of the job.AcknowledgeThirdPartyJobRequest
AcknowledgeThirdPartyJobRequest. withNonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker.
-