Uses of Class
com.amazonaws.services.codepipeline.model.PutThirdPartyJobSuccessResultRequest
-
Packages that use PutThirdPartyJobSuccessResultRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of PutThirdPartyJobSuccessResultRequest in com.amazonaws.services.codepipeline
-
Uses of PutThirdPartyJobSuccessResultRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PutThirdPartyJobSuccessResultRequest Modifier and Type Method Description PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. clone()PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. 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.PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. 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.PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. withExecutionDetails(ExecutionDetails executionDetails)PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. withJobId(String jobId)The ID of the job that successfully completed.
-