Uses of Class
com.amazonaws.services.codepipeline.model.PutThirdPartyJobSuccessResultRequest
Packages that use PutThirdPartyJobSuccessResultRequest
-
Uses of PutThirdPartyJobSuccessResultRequest in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline with parameters of type PutThirdPartyJobSuccessResultRequestModifier and TypeMethodDescriptionAbstractAWSCodePipeline.putThirdPartyJobSuccessResult
(PutThirdPartyJobSuccessResultRequest request) AWSCodePipeline.putThirdPartyJobSuccessResult
(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest) Represents the success of a third party job as returned to the pipeline by a job worker.AWSCodePipelineClient.putThirdPartyJobSuccessResult
(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest) Represents the success of a third party job as returned to the pipeline by a job worker.AbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request) AbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest) Represents the success of a third party job as returned to the pipeline by a job worker.AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) Represents the success of a third party job as returned to the pipeline by a job worker.AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request) AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) Method parameters in com.amazonaws.services.codepipeline with type arguments of type PutThirdPartyJobSuccessResultRequestModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) Represents the success of a third party job as returned to the pipeline by a job worker.AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync
(PutThirdPartyJobSuccessResultRequest request, AsyncHandler<PutThirdPartyJobSuccessResultRequest, PutThirdPartyJobSuccessResultResult> asyncHandler) -
Uses of PutThirdPartyJobSuccessResultRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PutThirdPartyJobSuccessResultRequestModifier and TypeMethodDescriptionPutThirdPartyJobSuccessResultRequest.clone()
PutThirdPartyJobSuccessResultRequest.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.PutThirdPartyJobSuccessResultRequest.withContinuationToken
(String continuationToken) A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress.PutThirdPartyJobSuccessResultRequest.withCurrentRevision
(CurrentRevision currentRevision) PutThirdPartyJobSuccessResultRequest.withExecutionDetails
(ExecutionDetails executionDetails) The ID of the job that successfully completed.