Uses of Class
com.amazonaws.services.codepipeline.model.PutJobSuccessResultRequest
-
Packages that use PutJobSuccessResultRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of PutJobSuccessResultRequest in com.amazonaws.services.codepipeline
Method parameters in com.amazonaws.services.codepipeline with type arguments of type PutJobSuccessResultRequest Modifier and Type Method Description Future<PutJobSuccessResultResult>AbstractAWSCodePipelineAsync. putJobSuccessResultAsync(PutJobSuccessResultRequest request, AsyncHandler<PutJobSuccessResultRequest,PutJobSuccessResultResult> asyncHandler)Future<PutJobSuccessResultResult>AWSCodePipelineAsync. putJobSuccessResultAsync(PutJobSuccessResultRequest putJobSuccessResultRequest, AsyncHandler<PutJobSuccessResultRequest,PutJobSuccessResultResult> asyncHandler)Represents the success of a job as returned to the pipeline by a job worker.Future<PutJobSuccessResultResult>AWSCodePipelineAsyncClient. putJobSuccessResultAsync(PutJobSuccessResultRequest request, AsyncHandler<PutJobSuccessResultRequest,PutJobSuccessResultResult> asyncHandler) -
Uses of PutJobSuccessResultRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PutJobSuccessResultRequest Modifier and Type Method Description PutJobSuccessResultRequestPutJobSuccessResultRequest. clone()PutJobSuccessResultRequestPutJobSuccessResultRequest. 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 custom action in progress.PutJobSuccessResultRequestPutJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)The ID of the current revision of the artifact successfully worked upon by the job.PutJobSuccessResultRequestPutJobSuccessResultRequest. withExecutionDetails(ExecutionDetails executionDetails)The execution details of the successful job, such as the actions taken by the job worker.PutJobSuccessResultRequestPutJobSuccessResultRequest. withJobId(String jobId)The unique system-generated ID of the job that succeeded.
-