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