Uses of Class
software.amazon.awssdk.services.codepipeline.model.PutThirdPartyJobSuccessResultResponse
-
Packages that use PutThirdPartyJobSuccessResultResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of PutThirdPartyJobSuccessResultResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return PutThirdPartyJobSuccessResultResponse Modifier and Type Method Description default PutThirdPartyJobSuccessResultResponseCodePipelineClient. putThirdPartyJobSuccessResult(Consumer<PutThirdPartyJobSuccessResultRequest.Builder> putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker.default PutThirdPartyJobSuccessResultResponseCodePipelineClient. putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type PutThirdPartyJobSuccessResultResponse Modifier and Type Method Description default CompletableFuture<PutThirdPartyJobSuccessResultResponse>CodePipelineAsyncClient. putThirdPartyJobSuccessResult(Consumer<PutThirdPartyJobSuccessResultRequest.Builder> putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker.default CompletableFuture<PutThirdPartyJobSuccessResultResponse>CodePipelineAsyncClient. putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker.
-