| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline | 
 | 
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<AcknowledgeThirdPartyJobResult> | 
AbstractAWSCodePipelineAsync.acknowledgeThirdPartyJobAsync(AcknowledgeThirdPartyJobRequest request,
                             AsyncHandler<AcknowledgeThirdPartyJobRequest,AcknowledgeThirdPartyJobResult> asyncHandler)  | 
Future<AcknowledgeThirdPartyJobResult> | 
AWSCodePipelineAsyncClient.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. 
 | 
| Modifier and Type | Method and 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 CodePipeline uses to ensure that the job is being worked on by only one job
 worker. 
 | 
Copyright © 2024. All rights reserved.